From 9be67f9e46cfd2fd89931fa10e01a44a76d961fc 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/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bundle/package.json') diff --git a/bundle/package.json b/bundle/package.json index fa64ce6b..7dc9a776 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -93,6 +93,7 @@ "missing-native-js-functions": "^1.2.18", "morgan": "^1.10.0", "multer": "^1.4.2", + "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", "node-os-utils": "^1.3.5", "patch-package": "^6.4.7", @@ -105,8 +106,8 @@ "tslib": "^2.3.1", "typeorm": "^0.2.37", "typescript": "^4.1.2", + "typescript-cached-transpile": "^0.0.6", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2", - "nanocolors": "^0.2.12" + "ws": "^7.4.2" } -} \ No newline at end of file +} -- cgit 1.5.1