1
0
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:
Madeline Carlier 2022-01-01 15:51:22 +11:00
parent 7820f586b2
commit 89e0f08ac3

View File

@ -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"]
},