MarcellPerger1 / minecraft_clone_1

A minecraft clone using javascript & webgl
MIT License
2 stars 1 forks source link

Build TS into a separate sub-directory #195

Open MarcellPerger1 opened 5 months ago

MarcellPerger1 commented 5 months ago

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.