11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": false,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "nodenext",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|