2020-05-10 23:19:31 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
2022-07-14 21:29:25 +00:00
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"moduleResolution": "nodenext",
|
|
|
|
"esModuleInterop": true
|
2020-05-10 23:19:31 +00:00
|
|
|
}
|
|
|
|
}
|