Skip to content

Commit

Permalink
馃悰 fix: fix openapi export entry
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 15, 2023
1 parent b383cfc commit 1bd9d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"compilerOptions": {
"noEmit": true
},
"exclude": ["example", "client.ts"],
"exclude": ["example", "client.ts", "openapi.ts"],
"extends": "./tsconfig.json"
}

0 comments on commit 1bd9d28

Please sign in to comment.