Skip to content

Commit 9858cbe

Browse files
committed
add config file for visual studio code
1 parent dad35e5 commit 9858cbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
"typescript.tsdk": "node_modules/typescript/lib",
4+
"tslint.configFile": "tslint.test.json"
5+
}

0 commit comments

Comments
 (0)