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}