{
    "compilerOptions": {
        "alwaysStrict": true,
        "declaration": true,
        "noImplicitAny": true,
        "noEmitOnError": true,
        "target": "ES2017",
        "module": "commonjs",
        "sourceMap": false,
        "outDir": "bin",
        "removeComments": true
    },
    "include": [
        "www/**/*.ts",
        "test/**/*.ts"
    ]
}
