Skip to content

Commit 01fe7f0

Browse files
apply format
1 parent d922701 commit 01fe7f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Added
10+
### Added
1111

12-
- Allow define typescript project with `-p` parameter. 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 this 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. DefaiBu default `tsconfig.json` will be used as it usually does.
12+
- Allow define typescript project with `-p` parameter. 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 this 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. DefaiBu default `tsconfig.json` will be used as it usually does.
1313

1414
## [0.0.2] - 2021-11-02
1515

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ NOTICE: this package doesn't clean your build directories in each run, so you'd
2121

2222
#### Parameters
2323

24-
- `-w` to watch the files.
25-
- `-p` to define a different `tsconfig.ts` file. p.eg: `package-build -p tsconfig.build.json`.
24+
- `-w` to watch the files.
25+
- `-p` to define a different `tsconfig.ts` file. p.eg: `package-build -p tsconfig.build.json`.
2626

2727
### Publish a new version
2828

0 commit comments

Comments
 (0)