{
    "compilerOptions": {
        "target": "es2015",
        "module": "es6",
        "esModuleInterop": true,
        "allowSyntheticDefaultImports": true,
        "jsx": "react"
    }
}
