Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Add subpath imports (#1808)

authored by

Eric Bailey and committed by
GitHub
691af268 047f74c6

+2
+1
babel.config.js
··· 37 37 { 38 38 alias: { 39 39 // This needs to be mirrored in tsconfig.json 40 + '#': './src', 40 41 lib: './src/lib', 41 42 platform: './src/platform', 42 43 state: './src/state',
+1
tsconfig.json
··· 4 4 "jsx": "react-jsx", 5 5 "types": ["node"], 6 6 "paths": { 7 + "#/*": ["./src/*"], 7 8 "lib/*": ["./src/lib/*"], 8 9 "platform/*": ["./src/platform/*"], 9 10 "state/*": ["./src/state/*"],