mirror of
https://github.com/nasa/openmct.git
synced 2025-01-03 11:54:10 +00:00
Merge branch 'conditional-style-performance' of https://github.com/nasa/openmct into conditional-style-performance
mergin master
This commit is contained in:
commit
73489cd78d
@ -4,6 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"target": "ES6",
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"checkJs": false,
|
"checkJs": false,
|
||||||
@ -14,14 +15,14 @@
|
|||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"noImplicitOverride": true,
|
"noImplicitOverride": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"outFile": "dist/types/index.d.ts"
|
"outFile": "dist/types/index.d.ts",
|
||||||
|
"module": "NodeNext",
|
||||||
|
"moduleResolution": "NodeNext"
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/api/**/*.js"
|
"src/api/**/*.js"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
|
||||||
"dist",
|
|
||||||
"**/*Spec.js"
|
"**/*Spec.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user