Files
hereconnect/packages/types/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

14 lines
303 B
JSON

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