YetiForceCompany/YetiForceCRM

View on GitHub
jsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "baseUrl": "./public_html",
    "target": "es6"
  },
  "include": ["public_html/**/*"],
  "exclude": [
    "cache/**/*",
    "public_html/libraries/**/*",
    ".history/**/*",
    "node_modules",
    "**/node_modules/*"
  ]
}