]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Update translations
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 058da4f78d4543cbd3ab86bf306f8de16045a6e5..d305722c465456b57b7143ef56845b0f8b8b46a4 100644 (file)
@@ -6,6 +6,7 @@
     "sourceMap": false,
     "experimentalDecorators": true,
     "emitDecoratorMetadata": true,
+    "importHelpers": true,
     "removeComments": true,
     "outDir": "./dist",
     "lib": [
@@ -18,7 +19,8 @@
     ],
     "typeRoots": [
       "node_modules/sitemap/node_modules/@types",
-      "node_modules/@types"
+      "node_modules/@types",
+      "server/typings"
     ],
     "baseUrl": "./",
     "paths": {