Skip to content

Commit

Permalink
Update plugin and command config
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWags committed Mar 14, 2024
1 parent c354fe1 commit 0b6f8e3
Show file tree
Hide file tree
Showing 4 changed files with 1,275 additions and 879 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish-canary": "echo 'Do something'",
"publish-stable": "echo 'Do something'",
"lint": "turbo run lint --parallel --no-cache",
"doc": "typedoc --options typedoc.json --plugin typedoc-plugin-missing-exports"
"doc": "typedoc --options typedoc.json"
},
"devDependencies": {
"@playwright/test": "^1.15.0",
Expand Down
2 changes: 1 addition & 1 deletion typedoc.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "https://typedoc.org/schema.json",
"includeVersion": true,
"skipErrorChecking": true,
"excludeExternals": true,
"excludeExternals": true
}
4 changes: 3 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"entryPointStrategy": "packages",
"out": "docs",
"exclude": ["**.d.ts**","**.test.tsx**","**.test.ts**","**.spec.tsx**","**.spec","**/node_modules/**"],
"excludeExternals": true,
"plugin": [
"typedoc-plugin-missing-exports"
]
}
Loading

0 comments on commit 0b6f8e3

Please sign in to comment.