mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-15 18:08:32 -07:00
ca3c6ce32f
* ts * Updates
24 lines
605 B
JSON
24 lines
605 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "es2018",
|
|
"lib": ["es2018"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"allowJs": true,
|
|
"rootDir": "lib",
|
|
"inlineSourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"lib/**/*",
|
|
"lib/util/settings.schema.json"
|
|
],
|
|
} |