{ "extends": "@probo/tsconfig/react.json", "include": ["src"], "exclude": ["node_modules"], "compilerOptions": { "paths": { "@/*": ["./src/*"] } } }