tiny-vue/jsconfig.json

15 lines
279 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"vueCompilerOptions": {
"target": 2
}
}