forked from opentiny/tiny-vue
16 lines
280 B
JSON
16 lines
280 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "esnext",
|
||
|
"baseUrl": "./",
|
||
|
"moduleResolution": "node",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
},
|
||
|
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
|
||
|
},
|
||
|
"vueCompilerOptions": {
|
||
|
"target": 2
|
||
|
}
|
||
|
}
|