Skip to content

Commit

Permalink
chore: lodash오타 수정, 파일 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ksjdev committed Dec 25, 2023
1 parent 9838a56 commit 9de8537
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
File renamed without changes.
11 changes: 2 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"axios": "^1.6.2",
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^2.0.0",
"loadsh": "^0.0.4",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@utils/*": ["src/utils/*"]
}
},
"include": ["src", "types", "**/*.ts", "**/*.tsx"],
"include": ["src", "libTypes", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit 9de8537

Please sign in to comment.