{
    "extends": "../../jsconfig.json",
    "compilerOptions": {
        "maxNodeModuleJsDepth": 0
    },
    "include": ["src"],
    "exclude": ["node_modules", "dist", "vendor"]
}
