12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"extends": "@repo/ts-config/react-library.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@repo/shadcn/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|