Skip to content

Commit

Permalink
some change
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Sep 12, 2024
1 parent a2aa719 commit 0737178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ lerna-debug.log*
# OS
.DS_Store

# TypeScript cache
*.tsbuildinfo

# Tests
/coverage
/.nyc_output
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"rootDir": "src",
Expand Down

0 comments on commit 0737178

Please sign in to comment.