Sfoglia il codice sorgente

update tsconfig.json for test

Yuki Takei 1 mese fa
parent
commit
844cca4528
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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/*"]