Closed arpowers closed 4 years ago
What's your use case? If you want "transpileOnly" you don't need this plugin since Poi can transpile TypeScript via Babel by default.
btw type checking in build step is useful for CI.
Typescript files work but not components.
This PR has been marked as Stale, it will be closed in a week if there's no furthur activity.
Since the editor handles most type checking, adding output for type errors to the CLI is annoying and unnecessary.
Add a
transpileOnly
option for this plugin to allow it to be disabled.