Skip to content

Commit 1bd9d28

Browse files
committed
🐛 fix: fix openapi export entry
1 parent b383cfc commit 1bd9d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig-check.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"compilerOptions": {
33
"noEmit": true
44
},
5-
"exclude": ["example", "client.ts"],
5+
"exclude": ["example", "client.ts", "openapi.ts"],
66
"extends": "./tsconfig.json"
77
}

0 commit comments

Comments
 (0)