summary refs log tree commit diff
path: root/bundle/.vscode
diff options
context:
space:
mode:
authorMadeline <maddyunderstars@gmail.com>2022-01-08 17:22:44 +1100
committerMadeline <maddyunderstars@gmail.com>2022-01-08 17:22:44 +1100
commite9393683facb57f9577c768bbd80fce672d80a72 (patch)
treed8a9e64ef2c8702e1187a95da0fa63f0fc6644b6 /bundle/.vscode
parentAdded `tsnode` npm script (diff)
downloadserver-e9393683facb57f9577c768bbd80fce672d80a72.tar.xz
Added `typescript-cached-transpile` package to help improve performance
Diffstat (limited to 'bundle/.vscode')
-rw-r--r--bundle/.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/.vscode/launch.json b/bundle/.vscode/launch.json
index ad91751f..d7129ed8 100644
--- a/bundle/.vscode/launch.json
+++ b/bundle/.vscode/launch.json
@@ -17,6 +17,7 @@
 			"internalConsoleOptions": "openOnSessionStart",

 			"env": {

 				"TS_NODE_PROJECT": "${workspaceFolder}/tsnode.tsconfig.json",

+				"TS_NODE_COMPILER": "typescript-cached-transpile"

 			},

 			"resolveSourceMapLocations": null, /* allow breakpoints in modules other than bundle */

 		},