{
    "extends": "../../../tsconfig-base.json",
    "include": [
        "./src/*.ts",
        "./tests/*.ts",
        "index.ts"
    ],
    "compilerOptions": {
        "outDir": "dist"
    }
}