raveljs/ravel

View on GitHub
jsconfig.json

Summary

Maintainability
Test Coverage
{
    "compilerOptions": {
        "target": "ES6",
        "experimentalDecorators": true
    },
    "exclude": [
      "node_modules"
    ]
}