elasticsearch/tsconfig.json

12 lines
252 B
JSON
Raw Permalink Normal View History

2023-07-04 07:13:14 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
}
}