This repository was archived by the owner on Feb 9, 2025. It is now read-only.
v27.0.0
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.