Programmierbeleg/map-desktop/tsconfig.json
2022-08-22 11:07:49 +01:00

17 lines
296 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"allowJs": true
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}