-
Replace
"../to"./../ -
Replace
'../to'./../ -
In
jest.config.ts, updatecoverageDirectory: './../../coverage/..' -
In
tsconfig.lib.json, update"tsBuildInfoFile": "./out-tsc/tsconfig.lib.tsbuildinfo"and"outDir": "./dist", -
In
.eslintrc.json, update@nx/dependency-checkswith"ignoredDependencies": [], -
In
package.json- remove
tslibfromdependenciesand move it topeerDependencies - update
{ "name": "<pkg-name>", "version": "0.0.1", "description": "", "author": "Sridhar Mallela", "license": "MIT", "homepage": "https://sridharmallela.github.io/ngs-workspace/<pkg-name>/", "type": "commonjs", "main": "./dist/index.js", "types": "./dist/index.d.ts", "typings": "./dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/sridharmallela/ngs-workspace.git", "directory": "packages/<pkg-name>" }, "bugs": { "url": "https://github.com/sridharmallela/ngs-workspace/issues" }, "config": { "unsafe-perm": true }, "keywords": [] } - remove
sridharmallela/ngs-workspace
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|