{
    "compilerOptions": {
        "module": "commonjs",
        "lib": ["es6"],
        "noImplicitAny": true,
        "noImplicitThis": true,
        "strictNullChecks": true,        
        "baseUrl": ".",
        "paths": { "danger": ["."] }
    }
}
