mirror of
https://github.com/chakra-ui/chakra-ui.git
synced 2026-09-14 16:43:45 +08:00
32967aa849
* chore: wip * chore: export recipe * chore: setup basic example * chore: add shortcut component * chore: add stories * chore: update examples * chore: update recipe and examples * docs: add changeset * chore: add checkbox tree example * chore: add draft docs * chore: add examples * chore: example * fix: tree context menu example * fix: lint and prettier * fix: lint and docs * refactor: mv indent guide out * chore: update example * chore: update variants * fix: typecheck * chore: update theming
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"../../apps/compositions",
|
|
"../../apps/compositions/src/examples/.tsx"
|
|
],
|
|
"compilerOptions": {
|
|
"customConditions": ["dev"],
|
|
"paths": {
|
|
"compositions/*": ["../../apps/compositions/src/*"]
|
|
}
|
|
}
|
|
}
|