TryGhost/Ghost

View on GitHub
ghost/model-to-domain-event-interceptor/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "../tsconfig.json",
  "include": [
    "src/**/*"
  ],
  "compilerOptions": {
    "outDir": "build"
  }
}