diff --git a/tsconfig.json b/tsconfig.json index fbe2351..1ad90fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "target": "ES2022", - "module": "ESNext", - "moduleResolution": "bundler", + "module": "NodeNext", + "moduleResolution": "NodeNext", "lib": ["ES2022"], "jsx": "react-jsx", "outDir": "./dist",