pilotwings/tsconfig.json

13 lines
307 B
JSON
Raw Normal View History

2024-11-02 18:16:32 +00:00
{
"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/*"]
}
}
}