this repo has no description www.baileykane.co/
0
fork

Configure Feed

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

Fix paths

BK610 b321309d 6a50883f

+5 -5
+5 -5
tsconfig.json
··· 16 16 "baseUrl": ".", 17 17 "paths": { 18 18 "@/types/*": ["types/*"], 19 - "@components/*": ["components/*"], 20 - "@lib/*": ["lib/*"], 21 - "@pages/*": ["pages/*"], 22 - "@styles/*": ["styles/*"], 23 - "@public/*": ["public/*"] 19 + "@/components/*": ["components/*"], 20 + "@/lib/*": ["lib/*"], 21 + "@/pages/*": ["pages/*"], 22 + "@/styles/*": ["styles/*"], 23 + "@/public/*": ["public/*"] 24 24 } 25 25 }, 26 26 "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],