ragemp-typescript icon indicating copy to clipboard operation
ragemp-typescript copied to clipboard

A Typescript Boilerplate for RAGE:MP with simple setup and usage.

Results 3 ragemp-typescript issues
Sort by recently updated
recently updated
newest added

How do I get rollup to also move my html/css/vue files from /src to /dist. By default it’s only moving the compiled js files

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.

I noticed that rollup script does not preserve whole **game_resources** and **package2** folders. Can be a bit annoying as it does not delete but clears the folders so can be...