serikoff/project-lvl1-s474

View on GitHub
jsconfig.json

Summary

Maintainability
Test Coverage
{
    "compilerOptions": {
        "target": "ES6"
    },
    "exclude": [
        "dist",
        "node_modules",
        "**/node_modules/*"
    ]
}