@leafygreen-ui/hooks
Version:
LeafyGreen UI Kit Custom Hooks
35 lines (34 loc) • 539 B
JSON
{
"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"
}
]
}