this repo has no description
0
fork

Configure Feed

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

at 4e2e1998a4d99cb7c857981cb6e80ca1dab55d5e 23 lines 549 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "strict": true, 7 "esModuleInterop": true, 8 "skipLibCheck": true, 9 "forceConsistentCasingInFileNames": true, 10 "resolveJsonModule": true, 11 "declaration": true, 12 "declarationMap": true, 13 "jsx": "react-jsx", 14 "lib": ["ES2022", "DOM", "DOM.Iterable"], 15 "types": ["bun-types"], 16 "paths": { 17 "@/*": ["./src/*"] 18 }, 19 "baseUrl": "." 20 }, 21 "include": ["src/**/*"], 22 "exclude": ["node_modules", "dist"] 23}