Files
zigbee2mqtt/test/tsconfig.json
T
Nerivec 06f44533af feat: Use Vitest for testing (#25284)
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
2024-12-22 20:19:45 +01:00

11 lines
234 B
JSON

{
"extends": "../tsconfig",
"include": ["./**/*", "vitest.config.mts"],
"compilerOptions": {
"types": ["vitest/globals"],
"rootDir": "..",
"noEmit": true
},
"references": [{"path": ".."}]
}