YY il y a 2 ans
Parent
commit
cd77faba29
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      tsconfig.json

+ 3 - 1
tsconfig.json

@@ -5,7 +5,9 @@
     "baseUrl": ".",
     "paths": {
       "@/*": ["./src/*"]
-    }
+    },
+    "isolatedModules": false,
+    "suppressImplicitAnyIndexErrors": true
   },
 
   "references": [