We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9db3e1 commit 06bff87Copy full SHA for 06bff87
.changeset/rare-pants-help.md
@@ -0,0 +1,5 @@
1
+---
2
+"click-to-react-component": patch
3
4
+
5
+Fix TypeScript error "Could not find a declaration file for module"
packages/click-to-react-component/package.json
@@ -3,7 +3,10 @@
"name": "click-to-react-component",
"version": "1.1.0",
"description": "Option+Click your React components in your browser to open the source file in VS Code",
6
- "exports": "./src/index.js",
+ "exports": {
7
+ "import": "./src/index.js",
8
+ "types": "./src/types.d.ts"
9
+ },
10
"types": "src/types.d.ts",
11
"files": [
12
"src"
0 commit comments