Skip to content

Commit

Permalink
skip library checks due to errors in @angular/fire/compat/proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ubreu-ergon committed Feb 12, 2022
1 parent 14d727d commit a3e996c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"skipLibCheck": true,
"target": "es2017",
"module": "es2020",
"lib": [
Expand All @@ -29,4 +30,4 @@
"strictInputAccessModifiers": true,
"strictTemplates": true
}
}
}

0 comments on commit a3e996c

Please sign in to comment.