Skip to content

Commit

Permalink
fix: use correct path for _http_common in tsconfig.json (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoleee authored Sep 12, 2024
1 parent b135382 commit 0fff663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": ["@types/node"],
"baseUrl": ".",
"paths": {
"_http_commons": ["./_http.common.d.ts"]
"_http_common": ["./_http_common.d.ts"]
}
},
"include": ["src/**/*.ts"],
Expand Down

0 comments on commit 0fff663

Please sign in to comment.