Skip to content

Commit

Permalink
chore(ui): package.json type module로 변경, js cjs로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon committed Aug 1, 2024
1 parent 2d43919 commit d749a59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@favolink/ui",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./reset.css": "./src/reset.css.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@tsconfig/favolink/react-library.json",
"include": [".eslintrc.js", "src"]
"include": [".eslintrc.cjs", "src"]
}

0 comments on commit d749a59

Please sign in to comment.