First Major
- Breaking:
filesGlob
is no more as TypeScript now has official glob support. Please useinclude
/exclude
. Docs : https://basarat.gitbooks.io/typescript/content/docs/project/files.html 🌹 - Breaking: virtual projects don't emit
.js
anymore : #171