We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7943a commit 40aea05Copy full SHA for 40aea05
src/parser.ts
@@ -269,7 +269,7 @@ function stripeTypeScriptInternalTypesSchema (type: any): any {
269
return type
270
}
271
272
- if (type.declarations && type.declarations.find((d: any) => d.file.includes('node_modules/typescript'))) {
+ if (type.declarations && type.declarations.find((d: any) => d.file.includes('node_modules/typescript') || d.file.includes('@vue/runtime-core'))) {
273
return false
274
275
0 commit comments