Skip to content

Commit c455ed8

Browse files
committed
chore: fix ts compat with later versions + add ambient types
1 parent 1e10aac commit c455ed8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"moduleResolution": "node16",
44
"target": "es2022",
55
"lib": ["es2022"],
6-
"module": "es2022",
6+
"module": "node16",
7+
"types": ["node", "openapi-types", "json-schema"],
78
"incremental": true,
89
"strict": true,
910
"declaration": true,

0 commit comments

Comments
 (0)