turn off errors from type checking in IDEs by default. Turn it on locally to type check (#4705)

Co-authored-by: Joe Pea <joe.pea@nasa.gov>
This commit is contained in:
Joe Pea 2022-01-11 11:40:51 -08:00 committed by GitHub
parent f42f291790
commit 6bcc9bfd84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"checkJs": false,
"strict": true,
"module": "esnext",
"moduleResolution": "node"