diff --git a/tsconfig.json b/tsconfig.json index ac1925b..fb1b746 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,11 @@ { "compilerOptions": { - "module": "esnext", + "module": "NodeNext", "target": "esnext", "lib": ["dom", "dom.iterable", "esnext"], "declaration": true, "strict": true, - "moduleResolution": "Bundler", + "moduleResolution": "NodeNext", "skipLibCheck": true, "esModuleInterop": true, "emitDeclarationOnly": true,