Skip to content

Commit 0fce530

Browse files
committed
chore: fix typecheck
1 parent e456677 commit 0fce530

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

packages/openapi-ts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"@angular/router": "19.0.5",
9999
"@hey-api/client-axios": "workspace:*",
100100
"@hey-api/client-fetch": "workspace:*",
101+
"@hey-api/client-nuxt": "workspace:*",
101102
"@tanstack/angular-query-experimental": "5.62.13",
102103
"@tanstack/react-query": "5.62.15",
103104
"@tanstack/solid-query": "5.51.21",

packages/openapi-ts/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"declaration": false,
55
"esModuleInterop": true,
6-
"resolveJsonModule": true
6+
"resolveJsonModule": true,
7+
"skipLibCheck": true
78
},
89
"exclude": ["test/custom/request.ts", "test/e2e/**", "test/generated/**"]
910
}

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)