Skip to content

Commit

Permalink
Patch CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 2, 2024
1 parent a907ba5 commit 0183a50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"compilerOptions": {
"esModuleInterop": true,
"resolveJsonModule": true,
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strictNullChecks": true,
"isolatedModules": true,
"jsx": "preserve",
"strict": true,
"baseUrl": ".",
"lib": ["dom"]
"lib": ["ES2020", "DOM", "DOM.Iterable"],
}
}

0 comments on commit 0183a50

Please sign in to comment.