Skip to content

sridharmallela/ngs-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngs-workspace

Post Steps for Scaffold

  • Replace "../ to "./../

  • Replace '../ to './../

  • In jest.config.ts, update coverageDirectory: './../../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 from dependencies and move it to peerDependencies
    • 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": []
    }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published