Skip to content

Commit

Permalink
build: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Jul 16, 2024
1 parent a648340 commit 0bed936
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions packages/grid/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@
"types": [],
"lib": ["dom", "es2018"]
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
},
"exclude": ["test.ts", "core/**/**", "**/*.spec.ts"]
}
1 change: 0 additions & 1 deletion packages/grid/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false,
"compilationMode": "partial"
}
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true,
"enableIvy": false
"strictTemplates": true
}
}

0 comments on commit 0bed936

Please sign in to comment.