mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-03 02:21:38 +00:00
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"extends": "../tsconfig",
|
|
"include": ["./**/*", "vitest.config.mts"],
|
|
"compilerOptions": {
|
|
"types": ["vitest/globals"],
|
|
"rootDir": "..",
|
|
"noEmit": true
|
|
},
|
|
"references": [{"path": ".."}]
|
|
}
|