-
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-checks
with"ignoredDependencies": [],
-
In
package.json
- remove
tslib
fromdependencies
and 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
-
Notifications
You must be signed in to change notification settings - Fork 0
License
sridharmallela/ngs-workspace
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published