{
    "compilerOptions": {
        "module": "ESNext",
        "moduleResolution": "Bundler",
        "target": "ESNext"
    },
    "exclude": ["vendor", "tests/fixtures"]
}
