diff --git a/tsconfig.json b/tsconfig.json index e6f32ff..fb1b746 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "esnext", + "module": "NodeNext", "target": "esnext", "lib": ["dom", "dom.iterable", "esnext"], "declaration": true,