Skip to content

Commit

Permalink
test(angular): disable ivy in test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Sep 30, 2024
1 parent 6506385 commit 87f8b17
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"outDir": "./out-tsc/app",
"types": []
},
"angularCompilerOptions": {
"enableIvy": false
},
"files": [
"src/main.ts",
"src/polyfills.ts"
Expand Down

0 comments on commit 87f8b17

Please sign in to comment.