6 lines
100 B
TypeScript
Raw Normal View History

import defaultConfig from './default-config';
export const config = {
default: defaultConfig,
};