From e9393683facb57f9577c768bbd80fce672d80a72 Mon Sep 17 00:00:00 2001 From: Madeline Date: Sat, 8 Jan 2022 17:22:44 +1100 Subject: Added `typescript-cached-transpile` package to help improve performance --- bundle/.vscode/launch.json | 1 + 1 file changed, 1 insertion(+) (limited to 'bundle/.vscode') 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 */ }, -- cgit 1.4.1