8 lines
164 B
JSON
8 lines
164 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true,
|
||
|
"target": "ES2022",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"module": "NodeNext"
|
||
|
}
|
||
|
}
|