mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 03:25:44 +00:00
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:
parent
f42f291790
commit
6bcc9bfd84
@ -5,7 +5,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"checkJs": false,
|
||||
"strict": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node"
|
||||
|
Loading…
x
Reference in New Issue
Block a user