UNPKG

llm-ui-objects

Version:

Interactive object components for LLM-powered writing interfaces

24 lines 603 B
{ "compilerOptions": { "esModuleInterop": true, "strict": true, "skipLibCheck": true, "jsx": "react", "module": "ESNext", "declaration": true, "declarationDir": "types", "sourceMap": true, "outDir": "dist", "moduleResolution": "node", "emitDeclarationOnly": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true }, "exclude": [ "dist", "node_modules", "src/**/*.test.tsx", "src/**/*.stories.tsx", "demo/**/*" ] }