{
    "compilerOptions": {
        "lib": ["ES6"],
        "esModuleInterop": true,
        "target": "ES6",
        "outDir": "typings",
        "declaration": true
    },
    "include": ["src"]
}