UNPKG

@nomyx/assistant

Version:

A powerful assistant library and cli for your AI projects. works with Vertex AI (Claude and Gemini)

15 lines 352 B
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "../../dist/neo", "rootDir": ".", "declaration": true }, "include": ["./**/*.ts"], "exclude": ["node_modules", "**/*.spec.ts"] }