Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 51a50d9

Browse filesBrowse files
committed
chore: update
1 parent 298a944 commit 51a50d9
Copy full SHA for 51a50d9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎scripts/utils.ts

Copy file name to clipboardExpand all lines: scripts/utils.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const DIR_SRC = resolve(__dirname, '../packages')
2121
const DIR_TYPES = resolve(__dirname, '../types/packages')
2222

2323
export async function getTypeDefinition(pkg: string, name: string): Promise<string | undefined> {
24-
const typingFilepath = join(DIR_TYPES, `${pkg}/${name}/index.d.mts`)
24+
const typingFilepath = join(DIR_TYPES, `${pkg}/${name}/index.d.ts`)
2525

2626
if (!existsSync(typingFilepath))
2727
return

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.