diff options
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 5b63aff95..6b0a42469 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,8 @@ { "compilerOptions": { "lib": ["ESNext"], + "module": "esnext", + "target": "esnext", "typeRoots": ["./types"], "types": ["bun"] } |