Skip to content

Commit

Permalink
build: remove ivy full compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpam committed Feb 18, 2022
1 parent 2996882 commit 279e9e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions libs/ngx-cz-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"peerDependencies": {
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
"tslib": ">=2.0.0"
"@angular/core": ">=13.0.0"
}
}
3 changes: 2 additions & 1 deletion libs/ngx-cz-id/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
"enableResourceInlining": true,
"compilationMode": "partial"
},
"exclude": ["src/test-setup.ts", "**/*.spec.ts", "**/*.test.ts"],
"include": ["**\\*.ts"]
Expand Down

0 comments on commit 279e9e2

Please sign in to comment.