forked from vikunja/frontend
Dominik Pschenitschni
4908469d49
Also align repo closer to `create-vue` template and improve cypress integration
22 lines
489 B
JSON
22 lines
489 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["env.d.ts", "src/**/*.d.ts", "src/**/*", "src/**/*.vue", "src/**/*.json"],
|
|
"exclude": ["src/**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": ".",
|
|
"lib": ["ESNext"],
|
|
|
|
"importHelpers": true,
|
|
"sourceMap": true,
|
|
"strictNullChecks": true,
|
|
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"vueCompilerOptions": {
|
|
// "strictTemplates": true
|
|
"jsxTemplates": true
|
|
}
|
|
} |