1. Create new NodeJs Console App
2. Set 'redirect javacript output to directory' to 'lib' on the typescript build property page.
3. Compile
__Expected__
js files to be generated in the 'lib' folder relative to the root of the project
__actual__
js files generated in the root of the project
2. Set 'redirect javacript output to directory' to 'lib' on the typescript build property page.
3. Compile
__Expected__
js files to be generated in the 'lib' folder relative to the root of the project
__actual__
js files generated in the root of the project