fix(frontend): add vitest globals types for TS typecheck

This commit is contained in:
Anya (OpenClaw)
2026-02-08 17:31:30 +00:00
parent 15bc7ae833
commit 5b16df9cd3

View File

@@ -20,7 +20,8 @@
],
"paths": {
"@/*": ["./src/*"]
}
},
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"include": [
"next-env.d.ts",