this repo has no description
0
fork

Configure Feed

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

fix

+1 -1
+1 -1
tsconfig.json
··· 22 22 "noUncheckedSideEffectImports": true, 23 23 "baseUrl": ".", 24 24 "paths": { 25 - "@/*": ["./src/*"], 25 + "~/*": ["./src/*"], 26 26 } 27 27 } 28 28 }