15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"include": ["./src/**/*.ts", "./src/**/*.vue"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "Bundler",
|
|
"noImplicitAny": false,
|
|
"outDir": "./js/",
|
|
"strict": true
|
|
},
|
|
"vueCompilerOptions": {
|
|
"target": 2.7
|
|
}
|
|
} |