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