mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-27 06:34:12 +00:00
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~/components/*": ["./components/*"],
|
|
"~/lib/*": ["./lib/*"]
|
|
}
|
|
}
|
|
}
|