Skip to content

Commit

Permalink
🐛 Fix typescript build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowSuno committed Sep 17, 2023
1 parent 590f0d4 commit f3f4568
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.4.0",
"typescript": "^5.2.2",
"vite": "^4.3.9",
"vite-plugin-dts": "^3.5.3"
},
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"jsx": "react-jsx",
"jsxImportSource": "@emotion/react",
"outDir": "dist",

Expand Down

0 comments on commit f3f4568

Please sign in to comment.