From a0d4ff792048f4012ba44dbd449ba7020f7185f3 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 20 Oct 2021 22:46:58 +0200 Subject: [PATCH] Clean up ts-node script (#430) 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",