pilotwings/tsconfig.json
2025-01-11 13:17:55 +01:00

8 lines
164 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "frontend/**/*", "frontend/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
}
}