This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
449 B
Markdown
Raw Normal View History

2020-04-29 19:41:08 -04:00
# TypeScript Example
This is an example of a Minecraft mod made in TypeScript using ScriptCraft.
2020-05-25 17:21:56 -04:00
## Files
2020-04-29 19:41:08 -04:00
- ```src/main/ts```: Contains TypeScript Code
- ```src/main/java```: Contains Bootstrap Java Code
2020-05-25 17:21:56 -04:00
## Notes
2020-05-04 20:40:06 -04:00
- This will also work with JavaScript if you set ```compilerOptions.allowJs``` and optionally ```compilerOptions.checkJs``` in ```src/main/ts/tsconfig.json``` to ```true```
2020-05-24 14:09:25 -04:00
- NPM dependencies are not bundled
2020-05-31 13:51:21 -04:00
- API JARs are not bundled