Files
cool-domain-web/tsconfig.app.json
T
klemek 9d1119b9ed
Lint / TypeScript (push) Successful in 5m36s
Lint / Oxlint (push) Successful in 5m40s
Deploy / Build (push) Failing after 5m40s
Lint / ESLint (push) Successful in 5m45s
wip
2026-06-15 18:14:16 +02:00

13 lines
292 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": {
"@/*": ["./src/*"],
},
},
}