Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit a1cc9fa

Browse files
committed
chore: update typescript
1 parent ecb918c commit a1cc9fa

4 files changed

Lines changed: 21 additions & 11 deletions

File tree

.vscode/tasks.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66
{
77
"type": "npm",
88
"script": "eslint",
9-
"problemMatcher": ["$eslint-stylish"]
10-
}
11-
]
9+
"problemMatcher": ["$eslint-stylish"],
10+
},
11+
{
12+
"type": "npm",
13+
"script": "watch:typecheck",
14+
"problemMatcher": ["$tsc-watch"],
15+
"group": "build",
16+
"isBackground": true,
17+
"runOptions": {
18+
"runOn": "folderOpen",
19+
},
20+
},
21+
],
1222
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"source-map-support": "^0.5.10",
129129
"sourcegraph": "^23.0.0",
130130
"ts-node": "^8.0.2",
131-
"typescript": "^3.3.3333"
131+
"typescript": "^3.8.3"
132132
},
133133
"dependencies": {
134134
"ignore": "^5.0.5",

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./node_modules/@sourcegraph/tsconfig/tsconfig.json",
2+
"extends": "@sourcegraph/tsconfig",
33
"compilerOptions": {
44
"target": "es2018",
55
"module": "esnext",
@@ -12,6 +12,6 @@
1212
"noEmit": true,
1313
"declaration": false,
1414
"esModuleInterop": true,
15-
"allowSyntheticDefaultImports": true
16-
}
15+
"allowSyntheticDefaultImports": true,
16+
},
1717
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7483,10 +7483,10 @@ typedarray@^0.0.6:
74837483
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
74847484
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
74857485

7486-
typescript@^3.3.3333:
7487-
version "3.6.2"
7488-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
7489-
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
7486+
typescript@^3.8.3:
7487+
version "3.8.3"
7488+
resolved "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
7489+
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
74907490

74917491
uglify-js@^3.1.4:
74927492
version "3.4.9"

0 commit comments

Comments
 (0)