Skip to content

Commit

Permalink
Merge pull request #270 from dertieran/bun
Browse files Browse the repository at this point in the history
Update @tsconfig/bun to match bun defaults
  • Loading branch information
orta authored May 29, 2024
2 parents aebb598 + cf492eb commit 694a368
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 694a368

Please sign in to comment.