{
    "extends": "../../tsconfig.settings.json",
    "compilerOptions": {
        "outDir": "dist",
        "composite": true
    },
    "include": ["src", "test"],
    "references": [
        { "path": "../aft-core" },
        { "path": "../aft-reporting-html" },
        { "path": "../aft-reporting-filesystem" }
    ]
}