{
    "extends": "./tsconfig.json",
    "include": [
        "lib",
        "test",
    ],
    "exclude": [
        "node_modules",
        "lib/**/__tests__",
    ]
}
