From bd5a59d113c034fab84cc0c0cffead662a6e883d Mon Sep 17 00:00:00 2001 From: Lunarmagpie Date: Thu, 9 Mar 2023 01:03:51 -0500 Subject: [PATCH] remove ts node --- api/tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/tsconfig.json b/api/tsconfig.json index 9195f3b..ca4d1bd 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -11,9 +11,6 @@ "rootDir": "src", // "declaration": true }, - "ts-node": { - "esm": true - }, "include": ["src"], "exclude": ["dist", "node_modules"] }