UNPKG

plato-sdk

Version:

JavaScript client for interacting with the Plato API

13 lines 293 B
{ "extends": "./tsconfig.json", "compilerOptions": { "baseUrl": ".", "paths": { "@plato-ai/client": ["./src/index.ts"], "@plato-ai/client/*": ["./src/*"] }, "noEmit": true }, "include": ["examples/**/*", "src/**/*"], "exclude": ["node_modules", "dist"] }