TypeScript - How to keep transpiled files in a separate directory?
How to configure WebStorm's bundled TypeScript to keep transpiled files in a separate directory?
Here they suggest to use --outDir option but I am not sure how to configure it in WebStorm (I would prefer not to update tsconfig.json.).
Thanks!
Please sign in to leave a comment.
You can use `--outDir` - see https://www.typescriptlang.org/docs/handbook/compiler-options.html