mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-06-24 06:01:40 +00:00
1dd6cc3da5
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nerivec <62446222+Nerivec@users.noreply.github.com>
23 lines
623 B
JSON
23 lines
623 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",
|
|
"baseUrl": ".",
|
|
"rootDir": "lib",
|
|
"inlineSourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"composite": true
|
|
},
|
|
"include": ["./lib/**/*", "./lib/util/settings.schema.json"]
|
|
}
|