We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466bfa1 commit 099526fCopy full SHA for 099526f
knip.json
@@ -1,4 +1,6 @@
1
{
2
"$schema": "https://unpkg.com/knip@5/schema.json",
3
- "ignoreWorkspaces": ["examples/**", "packages/react-virtual/e2e/**"]
+ "ignoreWorkspaces": ["examples/**"],
4
+ "ignoreDependencies": ["@angular/cli"],
5
+ "ignore": ["packages/react-virtual/e2e/app/**"]
6
}
packages/angular-virtual/package.json
@@ -58,7 +58,6 @@
58
"@angular-devkit/build-angular": "^19.0.0",
59
"@angular/cli": "^19.0.0",
60
"@angular/common": "^19.0.0",
61
- "@angular/compiler": "^19.0.0",
62
"@angular/compiler-cli": "^19.0.0",
63
"@angular/core": "^19.0.0",
64
"@angular/platform-browser": "^19.0.0",
0 commit comments