9 lines
150 B
JSON
9 lines
150 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"experimentalDecorators": true,
|
||
|
"target": "ES2022",
|
||
|
"module": "ES2022",
|
||
|
"moduleResolution": "nodenext"
|
||
|
}
|
||
|
}
|