chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export type ConfigFormat = "json" | "jsonc" | "none";
|
||||
export declare function detectConfigFormat(): {
|
||||
format: ConfigFormat;
|
||||
path: string;
|
||||
};
|
||||
Reference in New Issue
Block a user