summary refs log tree commit diff
path: root/bundle/tsnode.tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/tsnode.tsconfig.json')
-rw-r--r--bundle/tsnode.tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundle/tsnode.tsconfig.json b/bundle/tsnode.tsconfig.json
index 841cc013..422d336c 100644
--- a/bundle/tsnode.tsconfig.json
+++ b/bundle/tsnode.tsconfig.json
@@ -3,7 +3,8 @@
 	"ts-node": {

 		"transpileOnly": true,

 		"preferTsExts": true,

-		"require": ["tsconfig-paths/register"]

+		"require": ["tsconfig-paths/register"],

+		"compiler": "typescript-cached-transpile",

 	},

 	"compilerOptions": {

 		"rootDir": "../",