foundryvtt-types
v0.0.5
Published
Compiled types from FoundryVTT, working on a way to automate it but this should get you started.
Downloads
4
Readme
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"
],
}