diff --git a/tsconfig.json b/tsconfig.json index 5b63aff95e..6b0a424693 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,8 @@ { "compilerOptions": { "lib": ["ESNext"], + "module": "esnext", + "target": "esnext", "typeRoots": ["./types"], "types": ["bun"] }