smartclickhouse/tsconfig.json

11 lines
217 B
JSON
Raw Permalink Normal View History

2022-03-14 13:29:23 +00:00
{
"compilerOptions": {
2022-07-27 06:32:55 +00:00
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
2022-03-14 13:29:23 +00:00
}
}