mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-28 07:04:20 +00:00
* feat(cli): add zero-config support for Next.js * chore: add changeset * feat(cli): add preflight
8 lines
73 B
JSON
8 lines
73 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
}
|
|
}
|