We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0465244 commit f9eebfaCopy full SHA for f9eebfa
package.json
@@ -78,6 +78,10 @@
78
"types@>=5": "./lib/types.d.ts",
79
"types": "./types-legacy/pre-v5/types.d.ts"
80
},
81
+ "./extension": {
82
+ "types@>=5": "./lib/extension.d.ts",
83
+ "types": "./types-legacy/pre-v5/extension.d.ts"
84
+ },
85
"./localize-interface": {
86
"types@>=5": "./lib/localize-interface.d.ts",
87
"types": "./types-legacy/pre-v5/localize-interface.d.ts"
0 commit comments