Skip to content

Commit

Permalink
fix: 🐛 add "skipLibCheck": true to fix compile error
Browse files Browse the repository at this point in the history
fix error "Type 'T[K]' does not satisfy the constraint '(...args: any) => any'" open issue at github firebase angular/angularfire#3090
  • Loading branch information
Javi Carrion committed Jan 14, 2022
1 parent d2ad857 commit 73b29ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"lib": [
"es2020",
"dom"
]
],
"skipLibCheck": true
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down

0 comments on commit 73b29ea

Please sign in to comment.