group conversations with models and local files
0

Configure Feed

Select the types of activity you want to include in your feed.

hezo / tsconfig.web.json
325 B 15 lines
1{ 2 "compilerOptions": { 3 "composite": true, 4 "module": "ESNext", 5 "moduleResolution": "Bundler", 6 "target": "ES2022", 7 "lib": ["ES2022", "DOM", "DOM.Iterable"], 8 "jsx": "react-jsx", 9 "strict": true, 10 "esModuleInterop": true, 11 "skipLibCheck": true, 12 "types": [] 13 }, 14 "include": ["src/**/*"] 15}