Build TS into a separate sub-directory as right now, each .ts file also has 2 extra files (.js, .js.map) next to it which is unneeded clutter. We should move the built file into their own folder using buildDir or in the special case of src/ts, tweak the _build.sh.
Build TS into a separate sub-directory as right now, each
.ts
file also has 2 extra files (.js
,.js.map
) next to it which is unneeded clutter. We should move the built file into their own folder usingbuildDir
or in the special case ofsrc/ts
, tweak the_build.sh
.