TryGhost/Ghost

View on GitHub
ghost/post-events/tsconfig.json

Summary

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