]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Translated using Weblate (German)
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index fdf4dc777662c6f4d09fed11b81db9dab481c033..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" ],
@@ -53,7 +56,8 @@
   ],
   "exclude": [
     "../node_modules",
-    "../server"
+    "../server",
+    "node_modules"
   ],
   "angularCompilerOptions": {
     "strictInjectionParameters": true,