diff --git a/tsconfig.json b/tsconfig.json index 8fcaa4c..69fb064 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,13 +3,13 @@ "rootDir": "src", "outDir": "lib", "target": "es2022", - "module": "commonjs", + "module": "NodeNext", "declaration": true, "composite": true, "incremental": true, "skipLibCheck": true, "esModuleInterop": true, - "moduleResolution": "node", + "moduleResolution": "NodeNext", "jsx": "react-jsx", "jsxImportSource": "@satorijs/element", "types": [