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