All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2020-06-08)
- in order to disable automatic inclusion of @types packages,
compilerOptions.types
is set for all project kinds. in the case ofbrowser-module
,browser-executable
,webworker-module
andagnostic-module
, it was previously unset and now it is set to[]
. In order to include an @types package,compilerOptions.types
must override the value set by the project kind. Extending from any of thenodejs
kinds, the override should also include"node"
. For example, to include the@types/webpack-dev-server
package, the value of yourcompilerOptions.types
should be["node", "webpack-dev-server"]
.
compilerOptions.types
is set for all kinds (023cf78)
- skip tagging in npm release script (8a5c0f2)
4.0.2 (2019-11-22)
4.0.1 (2019-10-01)
- include _private base configs in package (05dafd7)
4.0.0 (2019-09-30)
- Complete rewrite.
Co-authored-by: Cleaver Barnes [email protected]
- complete rewrite (37e0629)