From e012522428701f1bdbcbd7c90aa83e0579e5e20d Mon Sep 17 00:00:00 2001 From: Yan Bortnikov Date: Tue, 26 Mar 2024 22:24:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=E2=84=961.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 ---- tsconfig.node.json | 10 ---------- 2 files changed, 14 deletions(-) delete mode 100644 tsconfig.node.json diff --git a/tsconfig.json b/tsconfig.json index 172b1b4e5..f1363dba9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,10 +17,6 @@ "sourceMap": true, "strictNullChecks": true }, - "ts-node": { - "esm": true, - }, "include": ["src"], "exclude": ["node_modules"], - "references": [{ "path": "./tsconfig.node.json" }] } diff --git a/tsconfig.node.json b/tsconfig.node.json deleted file mode 100644 index 3ac8b9503..000000000 --- a/tsconfig.node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "composite": true, - "module": "esnext", - "moduleResolution": "node" - }, - "include": [ - "vite.config.js" - ] -}