2022-03-25 13:17:13 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
2023-08-07 23:06:23 +00:00
|
|
|
"moduleResolution": "nodenext",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"verbatimModuleSyntax": true,
|
2022-03-25 13:17:13 +00:00
|
|
|
}
|
|
|
|
}
|