mirror of
https://github.com/KevinMidboe/homebridge-examples.git
synced 2025-10-29 17:40:26 +00:00
23 lines
356 B
JSON
23 lines
356 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"ES2015",
|
|
"ES2016",
|
|
"ES2017",
|
|
"ES2018"
|
|
],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|