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 4096b57 commit 0862f0cCopy full SHA for 0862f0c
CHANGELOG.md
@@ -6,8 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [unreleased]
8
### Added
9
+- chore(#232): Add types property to package.json (#232)
10
### Changed
-
11
### Fixed
12
### Removed
13
### BREAKING CHANGES
package.json
@@ -21,6 +21,7 @@
21
"index.d.ts"
22
],
23
"main": "index.js",
24
+ "types": "index.d.ts",
25
"scripts": {
26
"lint:typescript": "cd test-e2e/typescript && npm run copy:library && npm run lint",
27
"lint:javascript": "eslint src test test-e2e/react-app/src test-e2e/react-app/cypress test-e2e/react-app/*.js *.js",
0 commit comments