Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.23 KB

foundry-vtt-types

TypeScript definitions for Foundry VTT (unofficial)

League Discord Server
GitHub issues by-label GitHub closed issues by-label

Installation

With npm installed, run

npm install --save-dev github:League-of-Foundry-Developers/foundry-vtt-types

or place into your package.json

Usage

Add the project to your types section in your tsconfig.json:

{
  "compilerOptions": {
    "types": ["foundry-vtt-types"]
  }
}

Acknowledgments

Forked from GitLab by @NickEastNL

Contributing

The work for enhancing this to the current Foundry version is done in the foundry-0.7.9 branch. Merge requests for splitting up the work are welcome

License

MIT