2022-07-31 15:14:18 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"moduleResolution": "nodenext",
|
2023-07-27 13:45:48 +02:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"verbatimModuleSyntax": true,
|
2022-07-31 15:14:18 +02:00
|
|
|
}
|
|
|
|
}
|