Skip to content

Commit

Permalink
allow non peer dep for bundled angular compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed May 1, 2024
1 parent 7f87c86 commit eaecd2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/ngxtension/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"lib": {
"entryFile": "src/index.ts"
},
"allowedNonPeerDependencies": ["@nx/devkit", "nx", "ts-morph"]
"allowedNonPeerDependencies": [
"@nx/devkit",
"nx",
"ts-morph",
"@angular-eslint/bundled-angular-compiler"
]
}

0 comments on commit eaecd2e

Please sign in to comment.