Skip to content

Commit

Permalink
add missing tsconfig-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jan 13, 2025
1 parent a62fab2 commit c193c9e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@vitest/ui": "^2.1.8",
"husky": "^9.1.7",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typedoc": "^0.27.5",
"typedoc-plugin-markdown": "^4.3.3",
"typescript": "^5.7.2",
Expand Down
21 changes: 20 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4559,6 +4559,7 @@ __metadata:
"@vitest/ui": "npm:^2.1.8"
husky: "npm:^9.1.7"
ts-node: "npm:^10.9.2"
tsconfig-paths: "npm:^4.2.0"
typedoc: "npm:^0.27.5"
typedoc-plugin-markdown: "npm:^4.3.3"
typescript: "npm:^5.7.2"
Expand Down Expand Up @@ -6626,7 +6627,7 @@ __metadata:
languageName: node
linkType: hard

"json5@npm:^2.2.3":
"json5@npm:^2.2.2, json5@npm:^2.2.3":
version: 2.2.3
resolution: "json5@npm:2.2.3"
bin:
Expand Down Expand Up @@ -9130,6 +9131,13 @@ __metadata:
languageName: node
linkType: hard

"strip-bom@npm:^3.0.0":
version: 3.0.0
resolution: "strip-bom@npm:3.0.0"
checksum: 10c0/51201f50e021ef16672593d7434ca239441b7b760e905d9f33df6e4f3954ff54ec0e0a06f100d028af0982d6f25c35cd5cda2ce34eaebccd0250b8befb90d8f1
languageName: node
linkType: hard

"strip-dirs@npm:^3.0.0":
version: 3.0.0
resolution: "strip-dirs@npm:3.0.0"
Expand Down Expand Up @@ -9503,6 +9511,17 @@ __metadata:
languageName: node
linkType: hard

"tsconfig-paths@npm:^4.2.0":
version: 4.2.0
resolution: "tsconfig-paths@npm:4.2.0"
dependencies:
json5: "npm:^2.2.2"
minimist: "npm:^1.2.6"
strip-bom: "npm:^3.0.0"
checksum: 10c0/09a5877402d082bb1134930c10249edeebc0211f36150c35e1c542e5b91f1047b1ccf7da1e59babca1ef1f014c525510f4f870de7c9bda470c73bb4e2721b3ea
languageName: node
linkType: hard

"tslib@npm:^2.1.0, tslib@npm:^2.5.0, tslib@npm:^2.7.0, tslib@npm:^2.8.0":
version: 2.8.0
resolution: "tslib@npm:2.8.0"
Expand Down

0 comments on commit c193c9e

Please sign in to comment.