Skip to content

Commit

Permalink
Setup ui components package #3
Browse files Browse the repository at this point in the history
- Removed unused configs
  • Loading branch information
hyukkwonepic committed Feb 11, 2024
1 parent 07ecd7c commit aa4aaf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineConfig({
},
},
rollupOptions: {
external: ["react", "react/jsx-runtime", "react-dom", "tailwindcss"],
external: ["react", "react/jsx-runtime", "react-dom"],
},
copyPublicDir: false,
},
Expand Down
20 changes: 0 additions & 20 deletions tsconfig.base.json

This file was deleted.

0 comments on commit aa4aaf1

Please sign in to comment.