mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +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": {
|
||||
"target": "ES6",
|
||||
"baseUrl": "./",
|
||||
"allowJs": true,
|
||||
"checkJs": false,
|
||||
@ -14,14 +15,14 @@
|
||||
"esModuleInterop": true,
|
||||
"noImplicitOverride": true,
|
||||
"noImplicitAny": false,
|
||||
"outFile": "dist/types/index.d.ts"
|
||||
"outFile": "dist/types/index.d.ts",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext"
|
||||
},
|
||||
"include": [
|
||||
"src/api/**/*.js"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"**/*Spec.js"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user