@@ -0,0 +1,5 @@
+---
+"cli.rs": patch
+
+Adds `types` field to the template package.json, so that generated typescript declarations get picked up correctly.
@@ -7,6 +7,7 @@
"description": "",
"browser": "webview-dist/index.js",
"main": "webview-dist/index.js",
+ "types": "webview-dist/index.d.ts",
"scripts": {
"build": "rollup -c ./webview-src/rollup.config.js",
"prepublishOnly": "yarn build",