Releases: barinbritva/init-typescript-app
Releases · barinbritva/init-typescript-app
1.2.4
1.2.3
Fixed
- Project creating process finishes with correct status code.
- Build works properly if
tsconfig.json
contains comments. - Fix strict settings for advanced type checking (
suppressImplicitAnyIndexErrors
flag was removed).
1.2.0
[1.2.0] - 2021-03-04
Changed
- Windows support (by rewriting tasks from bash to js).
- Project option:
package
fornpm
or anyapp
. - Refactoring on
tsconfig
and app generator logic.
v1.0.9
[1.0.9] - 2020-09-03
Added
- Initial templates of source code.
- License selection.
- Type checking mode selection.
- Build script.
- Package publication script.