Skip to content

Commit e533f17

Browse files
committed
chore: set enableIvy false for tsconfig.lib.json
1 parent 26be058 commit e533f17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/coreui/angular/tsconfig.lib.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"strictInjectionParameters": true,
2525
"flatModuleId": "AUTOGENERATED",
2626
"flatModuleOutFile": "AUTOGENERATED",
27-
"enableResourceInlining": true
27+
"enableResourceInlining": true,
28+
"enableIvy": false
2829
},
2930
"exclude": [
3031
"src/test.ts",

0 commit comments

Comments
 (0)