abuse.ch/tsconfig.json

12 lines
252 B
JSON
Raw Permalink Normal View History

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