otiai10/chromite

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
    "compilerOptions": {
        "types": [
            "chrome", "jest", "node"
        ],
        "lib": [
            "es5", "es2015", "dom"
        ],
        "target": "es5",
        "module": "commonjs",
        "sourceMap": false,
        "strictNullChecks": true,
    }
}