项目文件夹

文件
2026-07-13 12:12:04 +08:00

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"]
}