{ "$schema": "https://typedoc.org/schema.json", "out": "docs", "tsconfig": "jsconfig.json", "name": "Pathfinder 1e for Foundry VTT", "logLevel": "Error", "emit": "docs", "basePath": ".", "externalPattern": ["@foundry/**/*.mjs", "node_modules/**/*"], "excludeExternals": true, "internalModule": "", "entryPoints": ["hooks.d.ts", "pf1.mjs"], "compilerOptions": { "checkJs": false } }