UNPKG

@atproto/api

Version:

Client library for atproto and Bluesky

14 lines (13 loc) 306 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", // Your outDir, "emitDeclarationOnly": true }, "include": ["./src"], "references": [ { "path": "../xrpc/tsconfig.build.json" }, { "path": "../lex-cli/tsconfig.build.json" } ] }