mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 15:37:53 +00:00
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"extends": "../tsconfig",
|
|
"include": ["./**/*", "jest.config.ts"],
|
|
"compilerOptions": {
|
|
"types": ["jest"],
|
|
"rootDir": "..",
|
|
"noEmit": true
|
|
},
|
|
"references": [{"path": ".."}]
|
|
}
|