ngx-admin/scripts/gulp/tasks/config.ts

4 lines
139 B
TypeScript
Raw Normal View History

2020-04-22 13:53:07 +03:00
export const DOCS_DIST = './docs/dist';
2020-04-23 21:33:02 +03:00
export const DOCS_OUTPUT = './docs/output.json';
export const EXTENSIONS = ['ts', 'html', 'scss'];