flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
37
VISUALIZACION/node_modules/@elastic/elasticsearch/tsconfig.json
generated
vendored
Executable file
37
VISUALIZACION/node_modules/@elastic/elasticsearch/tsconfig.json
generated
vendored
Executable file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2019",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"pretty": true,
|
||||
"noEmitOnError": true,
|
||||
"strict": true,
|
||||
"resolveJsonModule": true,
|
||||
"removeComments": false,
|
||||
"sourceMap": true,
|
||||
"newLine": "lf",
|
||||
"noUnusedLocals": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"useDefineForClassFields": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": false,
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"importHelpers": true,
|
||||
"outDir": "lib",
|
||||
"lib": [
|
||||
"esnext"
|
||||
]
|
||||
},
|
||||
"formatCodeOptions": {
|
||||
"identSize": 2,
|
||||
"tabSize": 2
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"include": [
|
||||
"./src/**/*.ts"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue