Skip to content

Commit

Permalink
remove enableIvy option
Browse files Browse the repository at this point in the history
  • Loading branch information
Landon Tetreault committed Mar 14, 2023
1 parent 2bbc646 commit 12b4cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/angular-material/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"angularCompilerOptions": {
"strictMetadataEmit": true,
"generateCodeForLibraries": false,
"skipTemplateCodegen": true,
"enableIvy": false
"skipTemplateCodegen": true
}
}
3 changes: 1 addition & 2 deletions packages/angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"angularCompilerOptions": {
"strictMetadataEmit": true,
"generateCodeForLibraries": false,
"skipTemplateCodegen": true,
"enableIvy": false
"skipTemplateCodegen": true
}
}

0 comments on commit 12b4cda

Please sign in to comment.