vsc-material-theme/env.ts
Alessio Occhipinti bf9a2bb6ed Feat/generator 1 iteration (#397)
* chore: added editor config and fix vscode settings

* fix: eslint and typescript

* chore: cleanup folders (gulp)

* feat: cleanup and working generator
2019-12-23 15:54:32 +01:00

3 lines
89 B
TypeScript

import * as path from 'path';
export const BUILD_FOLDER_PATH = path.resolve('./build');