calcom/packages/ui/tsconfig.json
Omar López 95b3397e42
Add ui package for reusable components (#1916)
* Add ui package for reusable components

* Add fallback

* Type fixes

* Type fixes

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-21 09:41:25 -07:00

5 lines
123 B
JSON

{
"extends": "@calcom/tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}