Files
zigbee2mqtt/test/tsconfig.json
T
2024-12-01 20:09:27 +01:00

11 lines
203 B
JSON

{
"extends": "../tsconfig",
"include": ["./**/*"],
"compilerOptions": {
"types": ["jest"],
"rootDir": "..",
"noEmit": true
},
"references": [{"path": ".."}]
}