This repository was archived by the owner on Apr 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./node_modules/ @sourcegraph/tsconfig/tsconfig.json " ,
2+ "extends" : " @sourcegraph/tsconfig" ,
33 "compilerOptions" : {
44 "target" : " es2018" ,
55 "module" : " esnext" ,
1212 "noEmit" : true ,
1313 "declaration" : false ,
1414 "esModuleInterop" : true ,
15- "allowSyntheticDefaultImports" : true
16- }
15+ "allowSyntheticDefaultImports" : true ,
16+ },
1717}
Original file line number Diff line number Diff 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
74917491uglify-js@^3.1.4 :
74927492 version "3.4.9"
You can’t perform that action at this time.
0 commit comments