Skip to content

Commit 5dc0dd2

Browse files
committed
fix(build): do not compile to Ivy
1 parent 8129951 commit 5dc0dd2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

projects/ng-sortgrid/tsconfig.lib.json

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

projects/ng-sortgrid/tsconfig.lib.prod.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)