From df2ca3de5591f598105ffc8eb7b3b0db9796c44f Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 20 Oct 2021 22:25:16 +0200 Subject: [PATCH] Clean up ts-node script Co-Authored-By: Davin <52686922+Frozies@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 740ad0736..67071ab95 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "start:server": "nx serve api --watch", "start:storybook": "nx run ui:storybook", "test": "nx test", - "ts-node": "ts-node --compiler-options '{\"module\":\"CommonJS\"}'", + "ts-node": "ts-node", "update": "nx migrate latest", "watch:server": "nx build api --watch", "watch:test": "nx test --watch",