Files
hereconnect/packages/types/tsconfig.json
T
2024-12-12 02:11:01 +02:00

14 lines
303 B
JSON

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