2019-01-08 19:45:35 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
2022-09-27 13:40:55 +00:00
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"moduleResolution": "nodenext",
|
2023-07-21 16:49:18 +00:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"verbatimModuleSyntax": true,
|
2019-01-08 19:45:35 +00:00
|
|
|
}
|
|
|
|
}
|