{
    "compilerOptions": {
        "target": "ES6",
        "module": "commonjs",
        "declaration": false,
        "noImplicitAny": true,
        "removeComments": true,
        "noLib": false,
        "inlineSourceMap": true,
        "outDir": "bin",
        "experimentalDecorators": true
    },
    "exclude": [
        "node_modules",
        ".git"
    ]
}
