Files
hereconnect/packages/types/tsconfig.json
T

14 lines
303 B
JSON
Raw Normal View History

2024-11-27 15:57:11 +02:00
{
"compilerOptions": {
"declaration": true,
"outDir": "./dist",
2024-12-12 02:11:01 +02:00
"target": "ESNext",
2024-12-10 13:21:38 +02:00
"module": "ESNext",
"moduleResolution": "node",
"strict": true,
"skipLibCheck": true,
"types": ["web-push"],
2024-11-27 15:57:11 +02:00
},
2024-12-10 13:21:38 +02:00
"include": ["src/index.ts"],
"exclude": ["node_modules", "dist"],
2024-11-27 15:57:11 +02:00
}