{ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "extends": "../../config/api-extractor.json", // the file paths in the shared api-extractor.json don't work for us here, so we specify them manually: "mainEntryPointFilePath": "/packages/namespaced-tldraw/.tsbuild-api/index.d.ts", "compiler": { "tsconfigFilePath": "/packages/namespaced-tldraw/tsconfig.json" }, "apiReport": { "reportFolder": "/packages/namespaced-tldraw/", "reportTempFolder": "/packages/namespaced-tldraw/api/temp" }, "docModel": { "apiJsonFilePath": "/packages/namespaced-tldraw/api/api.json" }, "dtsRollup": { "untrimmedFilePath": "/packages/namespaced-tldraw/api/internal.d.ts", "publicTrimmedFilePath": "/packages/namespaced-tldraw/api/public.d.ts" } }