1{ 2 "extends": "@openstatus/tsconfig/react-library.json", 3 "include": ["."], 4 "exclude": ["dist", "build", "node_modules"], 5 "compilerOptions": { 6 "paths": { 7 "@/*": ["./src/*"] 8 } 9 } 10}