This repo contains type definitions for ComputerCraft:Tweaked.
Feel free to make a pull request containing improvements or missing implimentations.
Install the package
npm install --include=dev @mechazawa/cc-types
Modify your tsconfig.json
{
"compilerOptions": {
+ "types": [
+ "@typescript-to-lua/language-extensions",
+ "@mechazawa/cc-types"
+ ]
}
}
Done:
Author: Mechazawa
Source Code: https://github.com/Mechazawa/cc-types
License: MIT license