nx/packages/angular/ng-package.json
James Henry bd92a12c33
feat(angular): eslint config including template linting (#3988)
* feat(angular): eslint config including template linting

* feat(angular): migration add-template-support-and-presets

* feat(angular): add support for component and directive prefix in lint config

* fix(angular): tests

* fix(angular): e2e tests

* fix(angular): update to latest and make updates

* fix(angular): update to latest and make updates

* fix(angular): lockfile

* fix(angular): update to latest and make updates

* fix(angular): bump angular-eslint

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-11-25 13:55:22 -05:00

21 lines
488 B
JSON

{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "index.ts",
"umdModuleIds": {
"@ngrx/effects": "ngrx.effects",
"@ngrx/entity": "ngrx.entity",
"@ngrx/router-store": "ngrx.routerStore",
"@ngrx/store": "ngrx.store",
"jasmine-marbles": "jasmine-marbles"
}
},
"whitelistedNonPeerDependencies": [
"@nrwl/",
"@angular-devkit",
"@angular-eslint/",
"@schematics",
"jasmine-marbles"
]
}