diff --git a/tsconfig.json b/tsconfig.json index db8b98f..2a61645 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "include": ["./**/*.ts", "./**/*.tsx"], "compilerOptions": { "lib": ["es2020", "DOM"], - "module": "commonjs", + "module": "ES2022", "outDir": "./dist", "jsx": "react", "esModuleInterop": false,