YY 2 years ago
parent
commit
cd77faba29
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tsconfig.json

+ 3 - 1
tsconfig.json

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