{
    "extends": "../../tsconfig.build.json",
    "include": ["src/**/*.ts", "test/**/*.ts"],
    "compilerOptions": {
        "baseUrl": ".",
        "rootDir": ".",
        "sourceMap": true
    },
    "exclude": ["build", "node_modules", "eslint.config.js", "test/build"]
}
