bf9a2bb6ed
* chore: added editor config and fix vscode settings * fix: eslint and typescript * chore: cleanup folders (gulp) * feat: cleanup and working generator
3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
import * as path from 'path';
|
|
|
|
export const BUILD_FOLDER_PATH = path.resolve('./build');
|