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