ngx-admin/scripts/gulp/tasks/config.ts
2020-04-23 21:33:02 +03:00

3 lines
139 B
TypeScript

export const DOCS_DIST = './docs/dist';
export const DOCS_OUTPUT = './docs/output.json';
export const EXTENSIONS = ['ts', 'html', 'scss'];