Add hardware information in instance config
[oweals/peertube.git] / tsconfig.json
index 5ed870c5c3a74b7bdff326e54c7d53a76cdc604a..f2985f82b1c3b408f10d18ec02068d251c2478d3 100644 (file)
@@ -17,8 +17,8 @@
     "typeRoots": [ "node_modules/@types", "server/typings" ],
     "baseUrl": "./",
     "paths": {
-      "@server/typings/*": [ "server/typings/*" ],
-      "@server/models/*": [ "server/models/*" ]
+      "@server/*": [ "server/*" ],
+      "@shared/*": [ "shared/*" ]
     }
   },
   "exclude": [