Skip to content

Commit

Permalink
Update @tsconfig/bun to match bun defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dertieran committed May 29, 2024
1 parent aebb598 commit cf492eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bases/bun.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

"compilerOptions": {
// Enable latest features
"lib": ["ESNext"],
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleDetection": "force",
Expand Down

0 comments on commit cf492eb

Please sign in to comment.