java2typescript
java2typescript copied to clipboard
Disable JS output?
Creating type definitions from the Java API is an awesome thing to do as a maven step, but compiling TypeScript to JavaScript / bundling the JavaScript is something that front-end-devs very often use a set of front-end-specific tools to do. (grunt/gulp/browserify/webpack, etc.)
Is there a way to have maven skip the TS to JS step?
@ollwenjones, not right now, but we gladly accept a PR. (I personally don't use maven plugin, so I'm not likely to contribute that feature myself.)