mike-goodwin/owasp-threat-dragon

View on GitHub
jsconfig.json

Summary

Maintainability
Test Coverage
{
    // See http://go.microsoft.com/fwlink/?LinkId=759670
    // for the documentation about the jsconfig.json format
    "compilerOptions": {
        "target": "es6"
    },
    "exclude": [
        "node_modules",
        "bower-packages"
    ]
}