Skip to content

Commit f9eebfa

Browse files
committed
feat: exports the module of extension in package.json
1 parent 0465244 commit f9eebfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
"types@>=5": "./lib/types.d.ts",
7979
"types": "./types-legacy/pre-v5/types.d.ts"
8080
},
81+
"./extension": {
82+
"types@>=5": "./lib/extension.d.ts",
83+
"types": "./types-legacy/pre-v5/extension.d.ts"
84+
},
8185
"./localize-interface": {
8286
"types@>=5": "./lib/localize-interface.d.ts",
8387
"types": "./types-legacy/pre-v5/localize-interface.d.ts"

0 commit comments

Comments
 (0)