Skip to content

Commit

Permalink
🔧 src에 js 파일 안생기도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
june6723 committed Mar 11, 2023
1 parent 9a4b1e8 commit e8c6996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": false,
"jsx": "react-jsx"
"jsx": "react-jsx",
"outDir": "dist"
},
"include": [".storybook/*", "**/*.ts", "**/*.tsx"],
"exclude": ["**/tests", "**/*.test.ts"],
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import dts from 'vite-plugin-dts';
const extensions = ['.js', '.jsx', '.ts', '.tsx'];
export default defineConfig({
plugins: [
react(),
dts({
include: ['src/'],
}),
react(),
],
build: {
lib: {
Expand Down

0 comments on commit e8c6996

Please sign in to comment.