Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-08-26 17:13:37 +00:00
parent fa428daf9c
commit b3bf514df4
216 changed files with 4342 additions and 1611 deletions

View file

@ -1,6 +1,6 @@
{
"name": "get-tsconfig",
"version": "4.6.2",
"version": "4.7.6",
"description": "Find and parse the tsconfig.json file from a directory path",
"keywords": [
"get-tsconfig",
@ -16,10 +16,10 @@
"name": "Hiroki Osame",
"email": "hiroki.osame@gmail.com"
},
"type": "module",
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",