9 lines
153 B
JSON
9 lines
153 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"module": "ES6",
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|