]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Fix type conflict
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 8f1d5b6fb6e327761ed7163d67be15ba0083f4ee..cb7937f9967cddab3c16f574db8488f0d28cbc6b 100644 (file)
@@ -6,7 +6,11 @@
     "paths": {
       "@server/*": [ "server/*" ],
       "@shared/*": [ "shared/*" ]
-    }
+    },
+    "typeRoots": [
+      "server/typings",
+      "node_modules/@types"
+    ]
   },
   "references": [
     { "path": "./shared" },