Initial commit: Fresh start with current state

This commit is contained in:
Claude Code
2025-11-06 14:04:48 +01:00
commit 15355c35ea
20152 changed files with 1191077 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"$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
}
}