{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.docs.json", "compilerOptions": { "outDir": "dist-docs" }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }