storybook and shadcn integrate

This commit is contained in:
sindhu
2023-11-07 09:34:30 +07:00
parent 0a713f08d9
commit afa3c02d99
67 changed files with 24766 additions and 12029 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}