Jelajahi Sumber

update tsconfig.json for test

Yuki Takei 1 bulan lalu
induk
melakukan
844cca4528
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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/*"]