maybe a fork of sparrowhe's "bluesky circle" webapp, to frontend only?
at main 213 B view raw
1{ 2 "files": [], 3 "references": [ 4 { "path": "./tsconfig.app.json" }, 5 { "path": "./tsconfig.node.json" } 6 ], 7 "compilerOptions": { 8 "baseUrl": ".", 9 "paths": { 10 "@/*": ["./src/*"] 11 } 12 } 13}