Added more stuff for multi project
Showing
... | ... | @@ -4,8 +4,7 @@ |
"description": "", | ||
"main": "index.ts", | ||
"scripts": { | ||
"build": "tsc -d -p .", | ||
"mj": "ts-node index.ts", | ||
"build": "lerna run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
... | ... | @@ -21,8 +20,5 @@ |
"dependencies": { | ||
"bluebird": "^3.5.3", | ||
"rxjs": "^6.3.3" | ||
}, | ||
"bin": { | ||
"mj": "build/index.js" | ||
} | ||
} |
packages/cli/tsconfig.json
0 → 100644
Please register or sign in to comment