Files
cool-domain-web/tsconfig.app.json
T
klemek 475164c436
Lint / Oxlint (push) Successful in 43s
Lint / ESLint (push) Successful in 49s
Lint / TypeScript (push) Successful in 49s
Deploy / Build (push) Failing after 1m42s
wip
2026-06-15 18:11:20 +02:00

13 lines
304 B
JSON

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