Skip to content

Commit f6c89c2

Browse files
chore(Microsoft.JSInterop): definition type file extension fix (#19260)
This is a minor change, correcting name of the file pointed as explicit type definition file (`d.ts`). On most installations (VSCode) the type definition lookup works correctly anyway. Thanks!
1 parent 1ea10f6 commit f6c89c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSInterop/Microsoft.JSInterop.JS/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.0.0-dev",
44
"description": "Provides abstractions and features for interop between .NET and JavaScript code.",
55
"main": "dist/Microsoft.JSInterop.js",
6-
"types": "dist/Microsoft.JSInterop.d.js",
6+
"types": "dist/Microsoft.JSInterop.d.ts",
77
"scripts": {
88
"clean": "node node_modules/rimraf/bin.js ./dist",
99
"build": "npm run clean && npm run build:esm",

0 commit comments

Comments
 (0)