Skip to content

Commit

Permalink
chore: fix ts compat with later versions + add ambient types
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Oct 13, 2024
1 parent 1e10aac commit c455ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"moduleResolution": "node16",
"target": "es2022",
"lib": ["es2022"],
"module": "es2022",
"module": "node16",
"types": ["node", "openapi-types", "json-schema"],
"incremental": true,
"strict": true,
"declaration": true,
Expand Down

0 comments on commit c455ed8

Please sign in to comment.