0.0.5 • Published 3 years ago

foundryvtt-types v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Foundry VTT Types

Compiled types from FoundryVTT, working on a way to automate it but this should get you started.

Installation

NPM

npm install -D foundryvtt-types

Yarn

yarn add -D foundryvtt-types

Setup

After installation you have to add the following to your tsconfig.json

{
    "types": [
      "./node_modules/foundryvtt-types"
    ],         
}
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago