TryGhost/Ghost

View on GitHub
ghost/recommendations/tsconfig.json

Summary

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