pilotwings/tsconfig.json
Michel Roux 1dd5bc4a9f
All checks were successful
pilotwings / python (push) Successful in 1m25s
pilotwings / node (push) Successful in 26s
pilotwings / docker (push) Successful in 1m57s
chore: ⬆️ update lock
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": ".",
}
}