0.0.5 • Published 1 year ago

foundryvtt-types v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago