Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 4697b43

Browse files
authored
chore: disable ivy for build
1 parent b5609d2 commit 4697b43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/ngx-translate/http-loader/tsconfig.lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"fullTemplateTypeCheck": true,
2424
"strictInjectionParameters": true,
2525
"flatModuleId": "AUTOGENERATED",
26-
"flatModuleOutFile": "AUTOGENERATED"
26+
"flatModuleOutFile": "AUTOGENERATED",
27+
"enableIvy": false
2728
},
2829
"exclude": [
2930
"./tests",

0 commit comments

Comments
 (0)