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