notitg-typescript-definitions
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

NotITG and OpenITG TypeScript Definitions

TypeScript definitions for creating OpenITG/NotITG modfiles or themes.

Note: this is currently useless without a build script set up to transpile TypeScript code to Lua. I'll change the readme once I publish that.

Note 2: these declarations were auto-generated!! If you see any errors, please make an issue or a pull request.

Install

Run:

npm install notitg-typescript-definitions --save-dev

then, in your tsconfig.json add:

{
  "compilerOptions": {
    "types": {
      "notitg-typescript-definitions"
  	}
  }
}

Suggested repos

Here are some suggested repos if you want to try out creating OpenITG/NotITG modfiles using TypeScript:

  • none right now, will be updated soon

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i notitg-typescript-definitions

      Weekly Downloads

      43

      Version

      1.1.1

      License

      MIT

      Unpacked Size

      105 kB

      Total Files

      63

      Last publish

      Collaborators

      • foxmakesbadcode