Initial commit: Fresh start with current state
This commit is contained in:
16
src/foundryvtt-pathfinder1-v10.8/typedoc.json
Normal file
16
src/foundryvtt-pathfinder1-v10.8/typedoc.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user