'Compile Typescript files outside of Angular with webpack
I'm writing an java-angular project with huuuge calculation formulas without any libraries (including Angular) in it. As I don't want rewrite it in another language and maintain both codes doing the same thing I have a need to reuse my code in external script runner (for example in Java ScriptEngine).
Stucked trying to compile my code to .js at Angular build, but without wrapping it in Angular framework code.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
