ragemp-typescript
ragemp-typescript copied to clipboard
Compiling into one file
I want my code compiled into multiple files, not in one giant file. For me code look more aesthetic when it is made of many small files.
You should able to do that with Rollup without any plugins.
Take a look at the code splitting section from their documentation.