Skip to content

Commit

Permalink
Remove typings for DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
takashiro committed Jun 26, 2024
1 parent 963c003 commit 2ba1bf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"compilerOptions": {
"outDir": "dist",
"target": "ES2022",
"lib": [
"ES2022"
],
"module": "Node16",
"moduleResolution": "Node16",
"esModuleInterop": true,
Expand Down

0 comments on commit 2ba1bf6

Please sign in to comment.