{
    "compilerOptions": {
        "target": "ES6",
        "module": "commonjs",
        "allowSyntheticDefaultImports": true,
        "baseUrl": "lib/"
    },
    "exclude": [
        "node_modules",
        "build",
        "bin"
    ]
}
