Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

v27.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 16:44
· 219 commits to main since this release

27.0.0 (2020-02-12)

Bug Fixes

  • typescript: Do not set tsconfig.json by default (6b35fd4)

BREAKING CHANGES

  • typescript: We don't set the tsconfig.json now by default. Every project needs to specify it explicitly. This prevents some bugs that would be otherwise hard to understand. We also added a note to the README which should help people to set it up.