]> 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..7a0584d5c1b5e694ebca583f0c40f8ce59c13807 100644 (file)
@@ -6,19 +6,21 @@
     "sourceMap": true,
     "declaration": false,
     "moduleResolution": "node",
-    "module": "esnext",
+    "module": "es2020",
     "experimentalDecorators": true,
     "noImplicitAny": true,
     "noImplicitThis": true,
     "suppressImplicitAnyIndexErrors":true,
     "alwaysStrict": true,
     "importHelpers": true,
+    "allowSyntheticDefaultImports": true,
     "strictBindCallApply": true,
-    "target": "es2015",
+    "target": "es2017",
     "typeRoots": [
       "node_modules/@types"
     ],
     "lib": [
+      "ES2020.Intl",
       "es2018",
       "es2017",
       "es2016",
@@ -34,6 +36,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" ],