Skip to content

an implementation of openitg + notitg classes, enums and functions as typescript declaration files

License

Notifications You must be signed in to change notification settings

oatmealine/notitg-typescript-definitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

an implementation of openitg + notitg classes, enums and functions as typescript declaration files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages