Files
hereconnect/services/message-delivery-method-web-push/tsconfig.json
T

14 lines
277 B
JSON
Raw Normal View History

{
"compilerOptions": {
2024-12-02 10:01:23 +02:00
"target": "ESNext",
"module": "ESNext",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src"]
}