]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Translated using Weblate (Chinese (Simplified))
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index a14a97dfb2355ee4f7084582f773991e930210dc..cb7937f9967cddab3c16f574db8488f0d28cbc6b 100644 (file)
@@ -1,5 +1,17 @@
 {
   "extends": "./tsconfig.base.json",
+  "compilerOptions": {
+    "outDir": "./dist/",
+    "baseUrl": "./",
+    "paths": {
+      "@server/*": [ "server/*" ],
+      "@shared/*": [ "shared/*" ]
+    },
+    "typeRoots": [
+      "server/typings",
+      "node_modules/@types"
+    ]
+  },
   "references": [
     { "path": "./shared" },
     { "path": "./server" },