8 lines
131 B
JSON
8 lines
131 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true,
|
||
|
"target": "esnext",
|
||
|
"moduleResolution": "node"
|
||
|
}
|
||
|
}
|