matterbridge-roborock-vacuum-plugin
Version:
Matterbridge Roborock Vacuum Plugin
37 lines • 793 B
JSON
{
"compilerOptions": {
"incremental": true,
"composite": true,
"target": "esnext",
"lib": [
"ESNext"
],
"module": "nodenext",
"rootDir": "./src",
"moduleResolution": "nodenext",
"resolveJsonModule": true,
"allowJs": true,
"checkJs": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "./dist",
"preserveConstEnums": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": true,
"alwaysStrict": true,
"noImplicitOverride": true,
"skipLibCheck": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/__test__/*"
]
}