summary refs log tree commit diff
path: root/webrtc/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/tsconfig.json')
-rw-r--r--webrtc/tsconfig.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/webrtc/tsconfig.json b/webrtc/tsconfig.json
index fb93b0bd..f45e0960 100644
--- a/webrtc/tsconfig.json
+++ b/webrtc/tsconfig.json
@@ -72,12 +72,10 @@
 		"skipLibCheck": true /* Skip type checking of declaration files. */,
 		"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
 
-		"baseUrl": "../",
 		"paths": {
-			"@fosscord/api": ["api/src/index"],
-			"@fosscord/gateway": ["gateway/src/index"],
-			"@fosscord/cdn": ["cdn/src/index"],
-			"@fosscord/util": ["util/src/index"]
+			"@fosscord/util": ["../util"],
+			"@fosscord/gateway": ["../gateway"],
+			"@fosscord/webrtc": ["."]
 		},
 	}
 }