mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-06-21 12:41:47 +00:00
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"extends": "../tsconfig",
|
|
"include": ["./**/*", "vitest.config.mts"],
|
|
"compilerOptions": {
|
|
"rootDir": "..",
|
|
"noEmit": true
|
|
},
|
|
"references": [{"path": ".."}]
|
|
}
|