{
    "include": [
        "./src/**/*"
    ],
    "compilerOptions": {
        "esModuleInterop": true,
        "target": "ES5",
        "lib": [
            "ES2015"
        ]
    }
}