We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b7591 commit d6baff6Copy full SHA for d6baff6
projects/angular-grid-layout/tsconfig.lib.prod.json
@@ -1,10 +1,10 @@
1
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2
{
3
- "extends": "./tsconfig.lib.json",
4
- "compilerOptions": {
5
- "declarationMap": false
6
- },
7
- "angularCompilerOptions": {
8
- "enableIvy": false
9
- }
+ "extends": "./tsconfig.lib.json",
+ "compilerOptions": {
+ "declarationMap": false
+ },
+ "angularCompilerOptions": {
+ "compilationMode": "partial"
+ }
10
}
0 commit comments