Skip to content

Commit 4a26f22

Browse files
authored
Move types export to the first position (#40)
This resolves the “Used fallback condition” as reported by https://arethetypeswrong.github.io/?p=vscode-uri%403.0.8.
1 parent 5689711 commit 4a26f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"main": "./lib/umd/index.js",
77
"typings": "./lib/umd/index",
88
"exports": {
9+
"types": "./lib/umd/index.d.ts",
910
"import": "./lib/esm/index.mjs",
1011
"require": "./lib/umd/index.js",
11-
"types": "./lib/umd/index.d.ts",
1212
"browser": "./lib/esm/index.mjs"
1313
},
1414
"sideEffects": false,

0 commit comments

Comments
 (0)