Skip to content

Commit d327a69

Browse files
committed
Update typescript setup to compile on new version
1 parent 177a4cc commit d327a69

5 files changed

Lines changed: 411 additions & 2017 deletions

File tree

.vscode/launch.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@
55
{
66
"version": "0.2.0",
77
"configurations": [
8-
{
9-
"name": "Test",
10-
"request": "launch",
11-
"runtimeArgs": [
12-
"run-script",
13-
"test"
14-
],
15-
"runtimeExecutable": "npm",
16-
"skipFiles": [
17-
"<node_internals>/**"
18-
],
19-
"type": "pwa-node"
20-
},
218
{
229
"name": "Extension",
2310
"type": "extensionHost",

0 commit comments

Comments
 (0)