mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 18:11:36 +00:00
06f44533af
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
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": ".."}]
|
|
}
|