67P/hyperchannel

View on GitHub
jsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "experimentalDecorators": true,
    "baseUrl": ".",
    "paths": {
      "hyperchannel/tests/*": ["tests/*"],
      "hyperchannel/*": ["app/*"]
    }
  },
  "exclude": [
    "dist",
    "node_modules",
    "release",
    "tmp"
  ]
}