20 lines
297 B
JSON
20 lines
297 B
JSON
{
|
|
"extends": "@vue/tsconfig",
|
|
"compilerOptions": {
|
|
"moduleResolution": "Bundler",
|
|
"outDir": "./js/",
|
|
"lib": [
|
|
"DOM",
|
|
"ESNext"
|
|
],
|
|
"types": [
|
|
"vite/client"
|
|
],
|
|
"noImplicitAny": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
},
|
|
"vueCompilerOptions": {
|
|
"target": 2.7,
|
|
},
|
|
}
|