]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.base.json
Added translation using Weblate (Latin)
[github/Chocobozzz/PeerTube.git] / tsconfig.base.json
index ef86b97975f18a822d45ddf489789dd2ae25f5b3..b54d5a5565a87f3746e08790ff8c8128e86401c5 100644 (file)
@@ -3,7 +3,7 @@
     "module": "commonjs",
     "target": "es2015",
     "noImplicitAny": false,
-    "sourceMap": false,
+    "sourceMap": true,
     "experimentalDecorators": true,
     "emitDecoratorMetadata": true,
     "importHelpers": true,
     "esModuleInterop": true,
     "forceConsistentCasingInFileNames": true,
     "lib": [
+      "dom",
       "es2015",
       "es2016",
       "es2017",
       "es2018",
       "es2019"
     ],
-    "typeRoots": [
-      "node_modules/@types",
-    ],
     "baseUrl": "./",
-    "outDir": "./dist/",
     "paths": {
       "@server/*": [ "server/*" ],
-      "@shared/*": [ "shared/*" ]
+      "@shared/*": [ "shared/*" ],
+      "@client/*": [ "client/src/*" ]
     },
     "resolveJsonModule": true,
     "strict": false,
     "skipLibCheck": true,
-    "composite": true
+    "composite": true,
+    "declarationMap": true
   }
 }