422e731fe0
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: #2737 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
24 lines
558 B
JSON
24 lines
558 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,
|
|
// "allowJs": true,
|
|
// "allowSyntheticDefaultImports": true,
|
|
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"vueCompilerOptions": {
|
|
// "strictTemplates": true
|
|
"jsxTemplates": true
|
|
}
|
|
} |