Files
FoundryVTT/src/foundryvtt-pathfinder1-v10.8/typedoc.json
2025-11-06 14:04:48 +01:00

17 lines
419 B
JSON

{
"$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": "<types>",
"entryPoints": ["hooks.d.ts", "pf1.mjs"],
"compilerOptions": {
"checkJs": false
}
}