mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 15:55:55 +00:00
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>
20 lines
471 B
JSON
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/**/*"]
|
|
}
|