Procházet zdrojové kódy

fix typeRoots

see: https://github.com/microsoft/TypeScript/issues/54629#issuecomment-1589593147
Yuki Takei před 2 roky
rodič
revize
f91e5c06de
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tsconfig.base.json

+ 1 - 1
tsconfig.base.json

@@ -26,7 +26,7 @@
     /* Module Resolution Options */
     "moduleResolution": "node",
     "typeRoots": [
-      "./node_modules/@types"
+      "./node_modules/@types", "./node_modules"
     ],
     "allowSyntheticDefaultImports": true,
     "esModuleInterop": true,