Skip to content

Commit f2a6c72

Browse files
authored
Fix Types resolution (#13)
1 parent 64b13c6 commit f2a6c72

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- types resolutions.
13+
1014
## [1.1.0] - 2026-03-06
1115

1216
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"module": "dist/index.modern.js",
2323
"source": "src/index.ts",
2424
"jsnext:main": "dist/index.modern.js",
25-
"types": "dist/index.d.ts",
25+
"types": "dist/src/index.d.ts",
2626
"files": [
2727
"dist"
2828
],
@@ -33,7 +33,7 @@
3333
"prepare-pr": "yarn prettier . --write && yarn lint && yarn build && yarn test",
3434
"prettier-check": "prettier --check .",
3535
"prettier-write": "prettier --write .",
36-
"start": "rollup -c -w",
36+
"start": "yarn build -w",
3737
"test": "cypress run --component",
3838
"test:all": "yarn test && yarn test:cypress",
3939
"start-all": "concurrently \"yarn start\" \"yarn start-yalc\"",

0 commit comments

Comments
 (0)