Skip to content

Commit

Permalink
fix(design-system): rollup build error (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk committed May 12, 2024
1 parent eb2de0b commit 0fef7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const config = [
resolve(),
commonjs(),
terser(),
typescript(),
typescript({ tsconfig: './tsconfig.json' }),
],
external: ['react', 'react-dom'],
},
Expand Down

0 comments on commit 0fef7f9

Please sign in to comment.