package: add typescript as development dep

This commit is contained in:
2024-06-27 18:32:41 +08:00
parent 959c4fa698
commit df4a9a7e73
2 changed files with 23 additions and 2 deletions

22
package-lock.json generated
View File

@@ -5,7 +5,8 @@
"packages": {
"": {
"devDependencies": {
"@types/node": "^20.14.2"
"@types/node": "^20.14.2",
"typescript": "^5.5.2"
}
},
"node_modules/@types/node": {
@@ -17,6 +18,19 @@
"undici-types": "~5.26.4"
}
},
"node_modules/typescript": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
@@ -34,6 +48,12 @@
"undici-types": "~5.26.4"
}
},
"typescript": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true
},
"undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",