Stop using tsconfig register

Prefer to replace paths at compile time
This commit is contained in:
Chocobozzz
2022-01-06 08:26:14 +01:00
parent cea093bca5
commit f8360396ff
47 changed files with 191 additions and 609 deletions
-4
View File
@@ -19,10 +19,6 @@
"es2018",
"es2019"
],
"typeRoots": [
"node_modules/@types",
"client/node_modules/@types"
],
"baseUrl": "./",
"paths": {
"@server/*": [ "server/*" ],