Closed kwonoj closed 7 years ago
This appears to work for me, given the repro steps in #52.
I don't think it's a good idea to nerf the compiler, I think we just need to ditch peerDep
@paulcbetts I'm ok with either, feel freely close PR as needed.
❇️
This PR adds handlings to avoid compiler fails if TypeScript did not installed for any cases. And also revert compiler dependency to
dependency
instead of peerDep which makes compiler optional, to avoid regressions in #52.