Skip to content

v19.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 16:01
· 2 commits to master since this release

Changes with version 19

With version 19, the Angular CLI compiler seems to be more strict with global typing, as it will now complain about the definition for the global process variable.
You can prevent the error either by setting skipLibCheck: true in your tsconfig.json (which has been the default in new Angular projects generated by the Angular CLI) or by adding node to the types entry in your tsconfig.app.json.