2022-03-16 12:39:50 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-08-01 14:19:45 +00:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"moduleResolution": "nodenext",
|
|
|
|
"esModuleInterop": true
|
2022-03-16 12:39:50 +00:00
|
|
|
}
|
2022-08-01 14:19:45 +00:00
|
|
|
}
|