From e7a685063e93228c29e2332f25f20029fadfed16 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Thu, 25 Apr 2024 19:31:32 +0300 Subject: [PATCH] chore: fix tsconfig --- tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 7c4df771c7..fcf3ea40c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,13 @@ "jsx": "react", "types": ["webpack", "webpack-env", "jest"] }, + "ts-node": { + "esm": true, + "compilerOptions": { + "module": "CommonJS", + "moduleResolution": "NodeNext" + } + }, "compileOnSave": false, "exclude": ["node_modules", ".tmp", "lib", "e2e/**"], "include": [