mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
export const DOCS_DIST = './docs/dist';
|
|
export const DOCS_OUTPUT = './docs/output.json';
|
|
export const EXTENSIONS = ['ts', 'html', 'scss'];
|