Skip to content

Commit

Permalink
Merge pull request #181 from ilovepixelart/feature/dep
Browse files Browse the repository at this point in the history
Dep
  • Loading branch information
ilovepixelart committed Mar 14, 2024
2 parents 531edee + 196a371 commit 9b6afae
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 72 deletions.
138 changes: 69 additions & 69 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
},
"devDependencies": {
"@shelf/jest-mongodb": "4.2.0",
"@stylistic/eslint-plugin": "1.6.3",
"@stylistic/eslint-plugin": "1.7.0",
"@swc/cli": "0.3.10",
"@swc/core": "1.4.7",
"@swc/core": "1.4.8",
"@swc/helpers": "0.5.6",
"@swc/jest": "0.2.36",
"@swc/register": "0.1.10",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
"sourceMap": true
},
"include": [
"src/**/*"
"src"
],
"exclude": [
"tests",
"dist",
"coverage",
"node_modules"
Expand Down

0 comments on commit 9b6afae

Please sign in to comment.