Files
zigbee-OTA/tsconfig.json
dependabot[bot] 757710b4ee fix(ignore): bump typescript from 5.9.3 to 6.0.2 (#1112)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
Co-authored-by: Nerivec <62446222+Nerivec@users.noreply.github.com>
2026-04-14 20:35:31 +02:00

20 lines
471 B
JSON

{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "ESNext",
"lib": ["ESNext"],
"types": ["node"],
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,
"strict": true,
"noUnusedLocals": true,
"composite": true,
"checkJs": true
},
"include": ["./src/**/*"]
}