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