smartnginx/tsconfig.json

12 lines
252 B
JSON
Raw Permalink Normal View History

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