Files
hereconnect/services/message-delivery-method-web-push/tsconfig.json
T
ti b5a25a6ece
Main daploy / deploy (push) Failing after 6s
send push notification to guest
2024-12-02 10:01:23 +02:00

14 lines
277 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src"]
}