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",