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 samuel/fancy-queue 10 lines 166 B view raw
1 2{ 3 "compilerOptions": { 4 "target": "ES5", 5 "lib": ["DOM", "DOM.Iterable", "ESNext"], 6 "strict": true, 7 "outDir": "dist" 8 }, 9 "include": ["snippet"] 10}