Skip to content

Commit 2bde0b0

Browse files
committed
ts version use node_modules
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent c592e6b commit 2bde0b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"build": false, // set this to true to hide the "out" folder with the compiled JS files
1010
".vscode-test/**": true
1111
},
12-
"git.alwaysSignOff": true // DCO compliance
12+
"git.alwaysSignOff": true,
13+
"typescript.tsdk": "./node_modules/typescript/lib"
1314
}

0 commit comments

Comments
 (0)