{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES5",
"module": "CommonJS",
"outDir": "./build",
"strict": true
}