Files
hereconnect/apps/frontend/tsconfig.app.json
T
ti 7931274680
Deploy app frontend / app frontend (push) Successful in 1m42s
Deploy service couchdb / service couchdb (push) Successful in 31s
Deploy db-migrations / db-migrations (push) Successful in 1m6s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m4s
fix local build
2024-12-06 11:15:32 +02:00

22 lines
473 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["./components.d.ts", "env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"files": [
"./components.d.ts",
"./auto-imports.d.ts"
],
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"baseUrl": ".",
"types": [
"unplugin-info/client"
],
"paths": {
"@/*": ["./src/*"]
}
}
}