{
    "extends": "../../tsconfig.base.json",
    "compilerOptions": {
        "rootDir": "src",
        "outDir": "build",
        "declarationDir": "build"
    },
    "references": [
        {
            "path": "../trackback-key"
        },
        {
            "path": "../trackback-vc"
        },
    ]
}