chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { SkillsConfig, SkillDefinition } from "../../../config/schema";
|
||||
export declare function normalizeSkillsConfig(config: SkillsConfig | undefined): {
|
||||
sources: Array<string | {
|
||||
path: string;
|
||||
recursive?: boolean;
|
||||
glob?: string;
|
||||
}>;
|
||||
enable: string[];
|
||||
disable: string[];
|
||||
entries: Record<string, boolean | SkillDefinition>;
|
||||
};
|
||||
Reference in New Issue
Block a user