10 lines
178 B
JSON
10 lines
178 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true,
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"downlevelIteration": true,
|
||
|
}
|
||
|
}
|