2021-07-22 21:55:08 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2022-03-14 16:32:12 +01:00
|
|
|
"experimentalDecorators": true,
|
2022-05-04 17:13:52 +02:00
|
|
|
"useDefineForClassFields": false,
|
2022-05-04 17:39:00 +02:00
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "ES2022",
|
|
|
|
|
"moduleResolution": "nodenext"
|
2021-07-22 21:55:08 +02:00
|
|
|
}
|
2022-05-04 17:39:00 +02:00
|
|
|
}
|