mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-06-20 04:01:45 +00:00
9e27181b64
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>
22 lines
599 B
JSON
22 lines
599 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"target": "esnext",
|
|
"lib": ["esnext"],
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"outDir": "dist",
|
|
"rootDir": "lib",
|
|
"inlineSourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"composite": true
|
|
},
|
|
"include": ["./lib/**/*", "./lib/util/settings.schema.json"]
|
|
}
|