]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Better label for default transcoding profile
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 2345ca289b2314e31b0cf1c568dc4a5fba1d9e1e..785ed1c6c45b80d067db1983a54946e43ea0385b 100644 (file)
     "experimentalDecorators": true,
     "noImplicitAny": true,
     "noImplicitThis": true,
-    "suppressImplicitAnyIndexErrors":true,
     "alwaysStrict": true,
     "importHelpers": true,
     "allowSyntheticDefaultImports": true,
     "strictBindCallApply": true,
-    "target": "es2017",
+    "target": "ES2022",
     "typeRoots": [
       "node_modules/@types"
     ],
     ],
     "baseUrl": "./",
     "paths": {
-      "hls.js": [ "node_modules/hls.js/dist/hls.light" ],
-      "video.js": [ "node_modules/video.js/core" ],
-      "@app/*": [ "src/app/*" ],
-      "@shared/models/*": [ "../shared/models/*" ],
-      "@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" ],
-      "https": [ "src/shims/https.ts" ],
-      "path": [ "src/shims/path.ts" ],
-      "stream": [ "src/shims/stream.ts" ],
-      "crypto": [ "src/shims/noop.ts" ]
-    }
+      "hls.js": [
+        "node_modules/hls.js/dist/hls.light"
+      ],
+      "video.js": [
+        "node_modules/video.js/core"
+      ],
+      "@app/*": [
+        "src/app/*"
+      ],
+      "@shared/models/*": [
+        "../shared/models/*"
+      ],
+      "@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"
+      ],
+      "https": [
+        "src/shims/https.ts"
+      ],
+      "path": [
+        "src/shims/path.ts"
+      ],
+      "stream": [
+        "src/shims/stream.ts"
+      ],
+      "crypto": [
+        "src/shims/noop.ts"
+      ]
+    },
+    "useDefineForClassFields": false
   },
   "files": [
     "src/polyfills.ts"