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://

9 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const src_1 = require("./src"); (async () => { console.log('app started'); await src_1.someLogic('Eugene', 33, 'gray'); console.log('app finished'); })(); //# sourceMappingURL=index.js.map