Browse Source

update tsconfig.json for test

Yuki Takei 1 month ago
parent
commit
844cca4528
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ui/tsconfig.json

+ 1 - 0
packages/ui/tsconfig.json

@@ -3,6 +3,7 @@
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
     "jsx": "react-jsx",
+    "types": ["vitest/globals"],
 
     "paths": {
       "~/*": ["./src/*"]