feat(storybook): preview app (#3765)

This commit is contained in:
Alex Yang
2023-08-15 15:34:02 -05:00
committed by GitHub
parent 42dfd0a4bb
commit 67b33d9b8f
15 changed files with 179 additions and 76 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"composite": true,
"module": "ESNext",
"jsx": "react-jsx",
"moduleResolution": "Node",
"moduleResolution": "bundler",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"noEmit": false,
@@ -13,6 +13,7 @@
"include": [".storybook/**/*"],
"exclude": ["lib"],
"references": [
{ "path": "../../apps/core" },
{ "path": "../../packages/i18n" },
{
"path": "../../packages/env"