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",