tabletop-simulator-ts-types

1.0.0 • Public • Published

tabletop-simulator-ts-types

TypeScript type definitions for the Tabletop Simulator API for use with Typescript-to-Lua transpilers

Usage

First, install this package.

npm install tabletop-simulator-ts-types

Then update your tsconfig.json to include node_modules/tabletop-simulator-ts-types/types/:

{
  "include": ["src/**/*", "node_modules/tabletop-simulator-ts-types/types/*"]
}

typescript-to-lua

While technically these definitions can be used with any transpiler that transpiles from Typescript to Lua, they were only tested with the typescript-to-lua project. Specifically, using the universal target.

Package Sidebar

Install

npm i tabletop-simulator-ts-types

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

128 kB

Total Files

4

Last publish

Collaborators

  • ezaretskiy