mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
6bcc9bfd84
Co-authored-by: Joe Pea <joe.pea@nasa.gov>
14 lines
444 B
JSON
14 lines
444 B
JSON
/* Note: Open MCT does not intend to support the entire Typescript ecosystem at this time.
|
|
* This file is intended to add Intellisense for IDEs like VSCode. For more information
|
|
* about Typescript, please discuss in https://github.com/nasa/openmct/discussions/4693
|
|
*/
|
|
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"strict": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|