mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 16:47:44 +00:00
22 lines
484 B
JSON
22 lines
484 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/**/*"],
|
|
"ts-node": {
|
|
"esm": true
|
|
}
|
|
}
|