UNPKG

monorepo-typescript

Version:

Typescript monorepo with workspaces and npm(not yarn). Forked js repo and making to do ts repo with workspaces. To work with npm need npm version 7 or higher. https://stackoverflow.com/questions/46947557/do-yarn-workspaces-work-with-npm-too https://

5 lines (4 loc) 67 B
export enum DogNames { LUCKY = 'LUCKY', DOGGY = 'DOGGY', }