TypeScript definitions for Foundry VTT (unofficial)
With npm installed, run
npm install --save-dev github:League-of-Foundry-Developers/foundry-vtt-types
or place into your package.json
Add the project to your types section in your tsconfig.json
:
{
"compilerOptions": {
"types": ["foundry-vtt-types"]
}
}
Forked from GitLab by @NickEastNL
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
MIT