We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a76d40 commit 5e30036Copy full SHA for 5e30036
projects/uswds-formly/tsconfig.lib.json
@@ -19,7 +19,8 @@
19
"angularCompilerOptions": {
20
"skipTemplateCodegen": true,
21
"strictMetadataEmit": true,
22
- "enableResourceInlining": true
+ "enableResourceInlining": true,
23
+ "fullTemplateTypeCheck": true
24
},
25
"exclude": ["src/test.ts", "**/*.spec.ts"]
26
}
projects/uswds-formly/tsconfig.lib.prod.json
@@ -4,4 +4,7 @@
4
"compilerOptions": {
5
"declarationMap": false
6
7
+ "angularCompilerOptions": {
8
+ "enableIvy": false
9
+ }
10
0 commit comments