17 lines
419 B
JSON
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
|
|
}
|
|
}
|