mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 20:52:42 +01:00
apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was.
This commit is contained in:
parent
7820f586b2
commit
89e0f08ac3
@ -7,12 +7,6 @@
|
||||
"compilerOptions": {
|
||||
"rootDir": "../",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@fosscord/util": ["../util/src/index"],
|
||||
"@fosscord/api": ["../api/src/index"],
|
||||
"@fosscord/gateway": ["../gateway/src/index"],
|
||||
"@fosscord/cdn": ["../cdn/src/index"]
|
||||
},
|
||||
},
|
||||
"require": ["tsconfig-paths/register"]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user