MoNoApps/remo

View on GitHub
jsconfig.js

Summary

Maintainability
A
0 mins
Test Coverage
{
    "compilerOptions": {
        "target": "es6",
        "module": "commonjs",
        "allowSyntheticDefaultImports": true
    },
    "exclude": [
        "node_modules",
        "bower_components",
        "jspm_packages",
        "tmp",
        "temp",
    "dist"
    ]
}