From 6acbdba550c62eb47c014192a222397bf8368c2a Mon Sep 17 00:00:00 2001 From: Frederik Leonhardt Date: Wed, 21 Aug 2024 22:24:18 +1200 Subject: [PATCH] Remove ts-node config from tsconfig file --- tsconfig.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e188986..9a2acb2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,14 +15,5 @@ "include": [ "src/**/*.ts", "test/**/*.ts" - ], - "ts-node": { - // these options are overrides used only by ts-node - // same as the --compilerOptions flag and the TS_NODE_COMPILER_OPTIONS environment variable - "compilerOptions": { - "module": "commonjs", - // esModuleInterop required for @types/ospec import - "esModuleInterop": true, - }, - } + ] } \ No newline at end of file