{
    "extends": "../../tsconfig.cjs.json",
    "compilerOptions": {
        "rootDir": "./",
        "outDir": "./dist/cjs"
    },
    "include": ["./src/**/*"],
    "exclude": ["./src/**/__tests__/**/*"],
    "references": [
        {
            "path": "../constants/tsconfig.cjs.json"
        },
        {
            "path": "../field-validator/tsconfig.cjs.json"
        },
        {
            "path": "../countries/tsconfig.cjs.json"
        },
        {
            "path": "../ows-logger/tsconfig.cjs.json"
        },
        {
            "path": "../graphql-constants/tsconfig.cjs.json"
        }
    ]
}
