vsc-material-theme/extensions/consts/paths.ts

11 lines
174 B
TypeScript
Raw Normal View History

import { IPaths } from '../interfaces/ipaths';
const PATHS: IPaths = {
DIST: './dist',
ICONS: './icons',
SRC: './src',
THEMES: './themes',
};
export default PATHS;