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 298a944 commit 51a50d9Copy full SHA for 51a50d9
scripts/utils.ts
@@ -21,7 +21,7 @@ export const DIR_SRC = resolve(__dirname, '../packages')
21
const DIR_TYPES = resolve(__dirname, '../types/packages')
22
23
export async function getTypeDefinition(pkg: string, name: string): Promise<string | undefined> {
24
- const typingFilepath = join(DIR_TYPES, `${pkg}/${name}/index.d.mts`)
+ const typingFilepath = join(DIR_TYPES, `${pkg}/${name}/index.d.ts`)
25
26
if (!existsSync(typingFilepath))
27
return
0 commit comments