chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
interface ParseConfigResult {
|
||||
config: OpenCodeConfig | null;
|
||||
error?: string;
|
||||
}
|
||||
export interface OpenCodeConfig {
|
||||
plugin?: string[];
|
||||
[key: string]: unknown;
|
||||
}
|
||||
export declare function parseOpenCodeConfigFileWithError(path: string): ParseConfigResult;
|
||||
export {};
|
||||
Reference in New Issue
Block a user