Added typescript-cached-transpile package to help improve performance

This commit is contained in:
Madeline
2022-01-08 17:22:44 +11:00
parent b131efca2e
commit e9393683fa
4 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"ts-node": {
"transpileOnly": true,
"preferTsExts": true,
"require": ["tsconfig-paths/register"]
"require": ["tsconfig-paths/register"],
"compiler": "typescript-cached-transpile",
},
"compilerOptions": {
"rootDir": "../",