mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

at update-sentry 23 lines 613 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES5", 4 "lib": ["DOM", "DOM.Iterable", "ESNext"], 5 "types": ["vite/client"], 6 "allowJs": false, 7 "skipLibCheck": true, 8 "esModuleInterop": false, 9 "allowSyntheticDefaultImports": true, 10 "strict": true, 11 "forceConsistentCasingInFileNames": true, 12 "module": "ESNext", 13 "moduleResolution": "Node", 14 "resolveJsonModule": true, 15 "isolatedModules": true, 16 "noEmit": true, 17 "jsx": "react", 18 "jsxFactory": "h", 19 "jsxFragmentFactory": "Fragment", 20 "downlevelIteration": true 21 }, 22 "include": ["src", "snippet", "vite.config.ts"] 23}