mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"tailwind-variants": ["../../../node_modules/tailwind-variants"]
|
|
}
|
|
},
|
|
"include": ["src", "index.ts"]
|
|
}
|