mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"outDir": "./dist",
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es6",
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"custom_typings/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*-spec.ts"
|
|
]
|
|
} |