pilotwings/tsconfig.json

14 lines
348 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "frontend/**/*", "frontend/**/*.vue"],
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"baseUrl": ".",
"paths": {
"@/*": ["frontend/*"]
},
"allowImportingTsExtensions": true,
}
}