mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 13:15:58 +00:00
Automate via workflows. Add auto-archiving for downgrade. (#581)
This commit is contained in:
10
tests/tsconfig.json
Normal file
10
tests/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../tsconfig",
|
||||
"include": ["./**/*", "./jest.config.ts"],
|
||||
"compilerOptions": {
|
||||
"types": ["jest"],
|
||||
"rootDir": "..",
|
||||
"noEmit": true
|
||||
},
|
||||
"references": [{"path": ".."}]
|
||||
}
|
||||
Reference in New Issue
Block a user