From 222acf4adf3e3d2ae2de1721ef5322a62f8a89ae Mon Sep 17 00:00:00 2001 From: femshima <49227365+femshima@users.noreply.github.com> Date: Sat, 21 Oct 2023 07:57:35 +0900 Subject: [PATCH] fix ts-node --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 027c71ae..92c10e87 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,8 @@ { + "ts-node": { + "esm": true, + "experimentalSpecifierResolution": "node" + }, "compilerOptions": { "target": "ES2022", "module": "ESNext",