
{
    "extends": "../../tsconfig.json",
    "compilerOptions": {
        "outDir": "./lib",
    },
    "include": ["src/**/**.ts", "__tests__/**/**.ts", "__tests__/tokens.json"]
}
