nextui/packages/components/card/tsconfig.json
2022-11-06 05:42:45 +08:00

10 lines
192 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"paths": {
"@stitches/react": ["../../../node_modules/@stitches/react"]
}
},
"include": ["src", "index.ts"]
}