Closed manrueda closed 8 years ago
Is it necessary to use typescript-simple
? The latest version of that only goes to TypeScript 1.8, and TypeScript 2 is just around the corner.
@aendrew Using the TypeScript compiler directly is a huge PITA tbh. I'd rather try to improve typescript-simple
@ManRueda Sorry this has languished forever, we've got some breaking changes queued up (super easy tho, just make sure to use node 5.x+), so we'll probably just take this hit
Thanks!
The main change is that adds support for the doSemanticChecks option in typescript-simple. I have used the typescript options object to put this, but could be changed.
Another thing is to update TypeScript to use 1.8, i don't know if this could create a lot of incompatibilities, maybe this will require a mayor release.