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