a programming education platform www.hypercommit.com
education
1
fork

Configure Feed

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

at master 8 lines 186 B view raw
1{ 2 "extends": "@workspace/typescript-config/react-library.json", 3 "compilerOptions": { 4 "outDir": "dist" 5 }, 6 "include": ["src", "turbo"], 7 "exclude": ["node_modules", "dist"] 8}