Added typescript dependency

This commit is contained in:
Pax1601
2023-09-21 10:51:31 +02:00
parent a371484f38
commit 952d1e5895
2 changed files with 8 additions and 4 deletions

9
package-lock.json generated
View File

@@ -1,8 +1,6 @@
{
"name": "document",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"ansi-sequence-parser": {
"version": "1.1.1",
@@ -67,6 +65,11 @@
"shiki": "^0.14.1"
}
},
"typescript": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w=="
},
"vscode-oniguruma": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",

View File

@@ -1,5 +1,6 @@
{
"dependencies": {
"typedoc": "^0.25.1"
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
}
}