]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Translated using Weblate (German)
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 56e7b68ee448be28e046b6027bfaef00753fbe55..41814d0362500499541f63ca38016613a5117877 100644 (file)
@@ -13,6 +13,7 @@
     "suppressImplicitAnyIndexErrors":true,
     "alwaysStrict": true,
     "importHelpers": true,
+    "allowSyntheticDefaultImports": true,
     "strictBindCallApply": true,
     "target": "es2015",
     "typeRoots": [
@@ -34,6 +35,8 @@
       "@shared/models": [ "../shared/models" ],
       "@shared/core-utils": [ "../shared/core-utils" ],
       "@shared/core-utils/*": [ "../shared/core-utils/*" ],
+      "@shared/typescript-utils": [ "../shared/typescript-utils" ],
+      "@shared/typescript-utils/*": [ "../shared/typescript-utils/*" ],
       "@root-helpers/*": [ "src/root-helpers/*" ],
       "fs": [ "src/shims/noop.ts" ],
       "http": [ "src/shims/http.ts" ],