8 lines
167 B
JSON
8 lines
167 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|