2022-07-28 08:09:01 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"moduleResolution": "nodenext",
|
2023-08-08 17:08:25 +00:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"verbatimModuleSyntax": true,
|
2022-07-28 08:09:01 +00:00
|
|
|
}
|
|
|
|
}
|