refactor: use storybook v7 (#951)

This commit is contained in:
Himself65
2023-02-13 21:18:43 -06:00
committed by GitHub
parent 2fdbb1909d
commit a47b612a2c
16 changed files with 1895 additions and 5565 deletions
+5 -1
View File
@@ -15,7 +15,11 @@
"jsx": "preserve",
"incremental": true,
"experimentalDecorators": true,
"baseUrl": "."
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@affine/i18n": ["../i18n/src/index"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]