2022-07-28 22:49:46 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"moduleResolution": "nodenext",
|
2023-07-27 14:27:50 +00:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"verbatimModuleSyntax": true,
|
2022-07-28 22:49:46 +00:00
|
|
|
}
|
|
|
|
}
|