1.0.1 • Published 2 years ago

@lisixo/cc-types v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Computercraft Types for TypescriptToLua

npm.io npm.io npm.io

This package was created for typescript-to-lua to create programs for Computercraft

Installation

  1. Add package to your project
npm install --save @lisixo/cc-types
  1. Add types to compilerOptions in tsconfig.json
{
  "compilerOptions": {
    "types": [
+     "@typescript-to-lua/language-extensions",
+     "@lisixo/cc-types"
    ]
  }
}

⚠️ Tip: Additional installation of @typescript-to-lua/language-extensions is highly recommended.

Progress

You can watch implemented definitions and modules here