cloudflare/tsconfig.json

12 lines
252 B
JSON
Raw Normal View History

2022-09-27 17:23:20 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
2023-06-13 16:54:25 +00:00
"esModuleInterop": true,
"verbatimModuleSyntax": true,
2022-09-27 17:23:20 +00:00
}
}