Files
zigbee2mqtt/tsconfig.json
T
dependabot[bot] 1dd6cc3da5 fix(ignore): bump the minor-patch group with 5 updates (#28237)
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>
2025-08-14 20:52:49 +02:00

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"]
}