mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
feat(docgen): typescript support
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
export interface Config {
|
||||
input: string[];
|
||||
custom: string;
|
||||
root: string;
|
||||
output: string;
|
||||
typescript: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user