Skip to content

Commit

Permalink
Remove DOM from compilerOptions.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Jul 19, 2024
1 parent 271a0c7 commit 5818e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ await build({
deno: 'dev',
},
compilerOptions: {
lib: ['ESNext', 'DOM'],
lib: ['ESNext'],
target: 'ES2022',
},
scriptModule: false,
Expand Down

0 comments on commit 5818e6c

Please sign in to comment.