mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 20:48:15 +08:00
15 lines
254 B
TypeScript
15 lines
254 B
TypeScript
type Config = {
|
|
plugins: { "react-refresh": { rules: Record<string, any> } };
|
|
rules: Record<string, any>;
|
|
};
|
|
|
|
declare const _default: {
|
|
rules: Record<string, any>;
|
|
configs: {
|
|
recommended: Config;
|
|
vite: Config;
|
|
};
|
|
};
|
|
|
|
export = _default;
|