{ "$schema": "https://turbo.build/schema.json", "extends": ["//"], "tasks": { "build": { "outputs": ["build/**"], "inputs": [ "docs/**", "src/**", "static/**", "docusaurus.config.ts", "sidebars.ts", "package.json", "tsconfig.json" ] } } }