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?
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?