{
    "include": ["src"],
    "extends": "../../tsconfig.json",
    "compilerOptions": {
        "outDir": "dist",
        "rootDir": "src",
        "baseUrl": "src"
    },
    "references": [
        { "path": "../collector" },
        { "path": "../core" },
        { "path": "../server" },
        { "path": "../theme" },
        { "path": "../utils" }
    ]
}
