{ "extends": "@openstatus/tsconfig/react-library.json", "include": ["."], "exclude": ["dist", "build", "node_modules"], "compilerOptions": { "paths": { "@/*": ["./src/*"] } } }