23 lines
No EOL
496 B
JSON
23 lines
No EOL
496 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
|
|
"exclude": ["src/**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": ".",
|
|
"lib": ["ESNext"],
|
|
|
|
"importHelpers": true,
|
|
"sourceMap": true,
|
|
"strictNullChecks": true,
|
|
// "allowJs": true,
|
|
// "allowSyntheticDefaultImports": true,
|
|
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"vueCompilerOptions": {
|
|
"strictTemplates": true
|
|
}
|
|
} |