The recipes.blue monorepo recipes.blue
recipes appview atproto
at feature/nextjs-frontend 13 lines 227 B view raw
1{ 2 "extends": "@cookware/tsconfig/react.json", 3 "compilerOptions": { 4 "types": ["bun", "vite/client"], 5 6 /* Path aliasing */ 7 "baseUrl": ".", 8 "paths": { 9 "@/*": ["./src/*"] 10 } 11 }, 12 "include": ["src"] 13}