Add story-book sample

This commit is contained in:
2023-10-13 15:59:59 +07:00
parent 9dba4f5646
commit 272c64463a
45 changed files with 9665 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}