This question might sound a bit naive (i am new to web programming), but how do you guys load game specific files using typescript?
E.g. i would like to load a textfile line by line and process it. Where does my file need to be located?
In a game, there might be many many custom files which need to be loaded.
Any examples are welcome