Skip to content

Commit

Permalink
Fix typedoc entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
16patsle committed Oct 9, 2021
1 parent f1dc535 commit 2492053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"theme": "minimal",
"includeVersion": true,
"excludePrivate": true,
"entryPoints": ["src"],
"entryPoints": ["src/WeaponPlugin.ts"],
"exclude": ["src/main.ts", "src/validateConfig.ts"]
}
}

0 comments on commit 2492053

Please sign in to comment.