Skip to content

Commit

Permalink
add: install typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Jan 21, 2025
1 parent 661fdc3 commit 5f686ec
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"@types/lodash": "^4"
"@types/lodash": "^4",
"typescript": "^5.7.3"
},
"browserslist": {
"production": [
Expand All @@ -68,5 +69,5 @@
"engines": {
"node": ">=22.0"
},
"packageManager": "yarn@4.5.1"
"packageManager": "yarn@4.6.0"
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
}
},
"exclude": [".docusaurus", "build"]
}
21 changes: 21 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6436,6 +6436,7 @@ __metadata:
rehype-katex: "npm:7"
remark-math: "npm:6"
search-insights: "npm:^2.13.0"
typescript: "npm:^5.7.3"
webpack: "npm:^5.94.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -16126,6 +16127,26 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=cef18b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/3b56d6afa03d9f6172d0b9cdb10e6b1efc9abc1608efd7a3d2f38773d5d8cfb9bbc68dfb72f0a7de5e8db04fc847f4e4baeddcd5ad9c9feda072234f0d788896
languageName: node
linkType: hard

"ufo@npm:^1.5.4":
version: 1.5.4
resolution: "ufo@npm:1.5.4"
Expand Down

0 comments on commit 5f686ec

Please sign in to comment.