7df04c0103
Deploy app frontend / app frontend (push) Failing after 54s
Deploy service couchdb / service couchdb (push) Successful in 38s
Deploy db-migrations / db-migrations (push) Failing after 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 1m27s
Deploy service tg-bot / service tg-bot (push) Failing after 44s
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"types": ["node"],
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"files": ["src/health-server.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
} |