Skip to content

Commit 5e30036

Browse files
committed
Fix uswds-formly build
1 parent 8a76d40 commit 5e30036

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

projects/uswds-formly/tsconfig.lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"angularCompilerOptions": {
2020
"skipTemplateCodegen": true,
2121
"strictMetadataEmit": true,
22-
"enableResourceInlining": true
22+
"enableResourceInlining": true,
23+
"fullTemplateTypeCheck": true
2324
},
2425
"exclude": ["src/test.ts", "**/*.spec.ts"]
2526
}

projects/uswds-formly/tsconfig.lib.prod.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
"compilerOptions": {
55
"declarationMap": false
66
},
7+
"angularCompilerOptions": {
8+
"enableIvy": false
9+
}
710
}

0 commit comments

Comments
 (0)