UNPKG

@leafygreen-ui/hooks

Version:
35 lines (34 loc) 539 B
{ "extends": "@lg-tools/build/config/package.tsconfig.json", "compilerOptions": { "paths": { "@leafygreen-ui/icon/dist/*": [ "../icon/src/generated/*" ], "@leafygreen-ui/*": [ "../*/src" ] } }, "include": [ "src/**/*" ], "exclude": [], "references": [ { "path": "../lib" }, { "path": "../emotion" }, { "path": "../tokens" }, { "path": "../testing-lib" }, { "path": "../../tools/storybook-utils" } ] }