{
    "extends": "../../tsconfig.base.json",
    "compilerOptions": {
        "rootDir": "./src",
        "outDir": "./build"
    },
    "include": ["src/**/*"],
    "references": [ { "path": "../packets" }, { "path": "../core"}]
}
