the statusphere demo reworked into a vite/react app in a monorepo
0
fork

Configure Feed

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

at e276832368c28cfc2da8fead7fc5c190dfd807f9 17 lines 401 B view raw
1{ 2 "compilerOptions": { 3 "target": "es2020", 4 "module": "NodeNext", 5 "moduleResolution": "NodeNext", 6 "esModuleInterop": true, 7 "forceConsistentCasingInFileNames": true, 8 "strict": true, 9 "skipLibCheck": true, 10 "declaration": true, 11 "declarationMap": true, 12 "sourceMap": true, 13 "outDir": "dist" 14 }, 15 "include": ["src/**/*"], 16 "exclude": ["node_modules", "dist"] 17}