mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Stop using tsconfig register
Prefer to replace paths at compile time
This commit is contained in:
@@ -19,10 +19,6 @@
|
||||
"es2018",
|
||||
"es2019"
|
||||
],
|
||||
"typeRoots": [
|
||||
"node_modules/@types",
|
||||
"client/node_modules/@types"
|
||||
],
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@server/*": [ "server/*" ],
|
||||
|
||||
Reference in New Issue
Block a user