pilotwings/tsconfig.json

8 lines
164 B
JSON
Raw Normal View History

2024-11-02 19:16:32 +01:00
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "frontend/**/*", "frontend/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
}
}