mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +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…
Reference in New Issue
Block a user