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