Files
zigbee-OTA/tsconfig.json
2025-03-23 21:30:14 +01:00

19 lines
440 B
JSON

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