summary refs log tree commit diff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 15:52:33 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 15:52:33 +1100
commit095cbf7b2036bc35d9c3eabbdec8a5c6dfd67242 (patch)
tree72bc2d6b975855c020e5dd9612a5113b4bf7c2e3 /tsconfig.json
parentRevert "Merge pull request #1008 from spacebarchat/dev/samuel" (diff)
downloadserver-095cbf7b2036bc35d9c3eabbdec8a5c6dfd67242.tar.xz
Remove ALL fosscord mentions
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/tsconfig.json b/tsconfig.json
index cecccc55..63b5e96c 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -34,10 +34,10 @@
 		"moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,
 		"baseUrl": "./src/",
 		"paths": {
-			"@fosscord/api*": ["./api"],
-			"@fosscord/gateway*": ["./gateway"],
-			"@fosscord/cdn*": ["./cdn"],
-			"@fosscord/util*": ["./util"]
+			"@spacebar/api*": ["./api"],
+			"@spacebar/gateway*": ["./gateway"],
+			"@spacebar/cdn*": ["./cdn"],
+			"@spacebar/util*": ["./util"]
 		} /* Specify a set of entries that re-map imports to additional lookup locations. */,
 		// "rootDirs": [],                                   /* Allow multiple folders to be treated as one when resolving modules. */
 		// "typeRoots": [],                                  /* Specify multiple folders that act like './node_modules/@types'. */