nx/packages/angular/ng-package.json
Katerina Skroumpelou 8bc99407aa
feat(storybook): ignore paths when generating stories (#11111)
* feat(storybook): ignore paths when generating stories

ISSUES CLOSED: #10211

* cleanup(storybook): add test for nested component ignore path

* feat(storybook): ensure ignore paths parsed correctly

Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-08-08 14:17:06 +01:00

28 lines
530 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "index.ts"
},
"allowedNonPeerDependencies": [
"@nrwl/",
"@angular-devkit",
"@angular-eslint/",
"@schematics",
"@phenomnomnominal/tsquery",
"chalk",
"chokidar",
"ignore",
"jasmine-marbles",
"minimatch",
"rxjs-for-await",
"webpack-merge",
"ts-node",
"tsconfig-paths",
"semver",
"webpack",
"http-server",
"magic-string"
],
"keepLifecycleScripts": true
}