Files
test-web-push/tsconfig.json
2025-09-10 02:50:32 +02:00

16 lines
352 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"lib": ["ES2022", "DOM", "WebWorker"],
"types": ["bun-types"]
}
}