UNPKG

siuuuu

Version:

A tool library for automatically generating code based on plop and babel

10 lines (9 loc) 249 B
interface ITemplateConfig extends Record<string, any> { baseDir: string; componentBasePath: string; viewBasePath: string; sroreBasePath: string; routesFilePath: string; } declare const conf: ITemplateConfig; export default conf;