Files
elasticsearch/tsconfig.json

13 lines
251 B
JSON
Raw Permalink Normal View History

2023-07-04 09:13:14 +02:00
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
2023-07-04 09:13:14 +02:00
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
},
"exclude": ["dist_*/**/*.d.ts"]
2023-07-04 09:13:14 +02:00
}