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