frankwallis / plugin-typescript

TypeScript loader for SystemJS
MIT License
248 stars 47 forks source link

No console output from Typescript compilation errors #206

Closed leepowelldev closed 7 years ago

leepowelldev commented 7 years ago

Is this a configuration option?

var foo: String = ''
foo = true

No error is shown in the console either when using system-builder or transpiling in the browser.

frankwallis commented 7 years ago

plugin-typescript no longer supports type-checking for the reasons described in https://github.com/frankwallis/plugin-typescript/issues/194