Files
hereconnect/packages/constants/tsconfig.json
T
ti 1810c550ba
Deploy app frontend / app frontend (push) Failing after 48s
Deploy db-migrations / db-migrations (push) Failing after 35s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 53s
create qr-codes by tg bot
2024-12-12 01:48:15 +02:00

15 lines
292 B
JSON

{
"compilerOptions": {
"declaration": true,
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "node",
"outDir": "./dist",
"strict": true,
"types": [],
"skipLibCheck": true
},
"include": ["src/index.ts"],
"exclude": ["node_modules", "dist"]
}