mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 18:34:45 +00:00
Added typescript-cached-transpile package to help improve performance
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"ts-node": {
|
||||
"transpileOnly": true,
|
||||
"preferTsExts": true,
|
||||
"require": ["tsconfig-paths/register"]
|
||||
"require": ["tsconfig-paths/register"],
|
||||
"compiler": "typescript-cached-transpile",
|
||||
},
|
||||
"compilerOptions": {
|
||||
"rootDir": "../",
|
||||
|
||||
Reference in New Issue
Block a user