UNPKG

@jpapini/webpack-config

Version:
7 lines (5 loc) 162 B
export const BuildType = { REACT_APP: 'REACT_APP', NEST_APP: 'NEST_APP', } as const; export type BuildType = (typeof BuildType)[keyof typeof BuildType];