{
    "extends": "../../tsconfig.base.json",
    "include": ["src"],
    "exclude": ["**/*.test.ts"],
    "compilerOptions": {
        "outDir": "dist",
        "rootDir": "src"
    }
}
