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.
ScriptCraft/examples/typescript/README.md
TheBrokenRail fbd01d2821
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Fix Build; Update Documentation
2020-05-31 13:51:21 -04:00

11 lines
449 B
Markdown

# TypeScript Example
This is an example of a Minecraft mod made in TypeScript using ScriptCraft.
## Files
- ```src/main/ts```: Contains TypeScript Code
- ```src/main/java```: Contains Bootstrap Java Code
## Notes
- This will also work with JavaScript if you set ```compilerOptions.allowJs``` and optionally ```compilerOptions.checkJs``` in ```src/main/ts/tsconfig.json``` to ```true```
- NPM dependencies are not bundled
- API JARs are not bundled