nextui-org--nextui
11 行
258 B
JSON
11 行
258 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@heroui/standard/tsconfig/react.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "preserve"
|
|
},
|
|
"include": [".storybook", "vite.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|