@league-of-foundry-developers/foundry-vtt-types
Version:
TypeScript type definitions for Foundry VTT
9 lines (7 loc) • 309 B
JSON
// This file exists because for CI the `tests` folder's typechecking must be skipped.
// This has to exist until tests are fixed.
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "./tsconfig.json",
"references": [{ "path": "./src" }, { "path": "./tsconfig.miscellaneous.json" }]
}