Skip to content

Commit 1803c4c

Browse files
update changelog
1 parent c7edc45 commit 1803c4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.0] - 2022-10-27
11+
1012
### Added
1113

1214
- Allow defining typescript project with `-p` parameter to define a different `tsconfig.ts` file. p.eg: `package-build -p tsconfig.build.json`. This is useful to have a `tsconfig.json` in the root to allow IDE and library implementation to get a project file including files even if they won't be included in the NPM package (.spec, .test, .stories). Otherwise, a project including these files will transform every file defined, even those not desired in the final bundle, not only forcing to exclude them explicitly but increasing compilation times and errors. By default `tsconfig.json` will be used as it usually does.

0 commit comments

Comments
 (0)