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": {
|
"compilerOptions": {
|
||||||
"rootDir": "../",
|
"rootDir": "../",
|
||||||
"baseUrl": ".",
|
"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"]
|
"require": ["tsconfig-paths/register"]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user