Skip to content

Commit 3c539d6

Browse files
committed
adding vscode. yarn install recreated
1 parent acf8115 commit 3c539d6

File tree

3 files changed

+159
-652
lines changed

3 files changed

+159
-652
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ build/Release
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
2828

29-
# Remove some common IDE working directories
30-
.idea
31-
.vscode
29+
## Remove some common IDE working directories
30+
#.idea
31+
#.vscode
3232

3333
.DS_Store

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"npm.enableScriptExplorer": true,
3+
"npm.packageManager": "npm",
4+
"javascript.implicitProjectConfig.experimentalDecorators": true
5+
}

0 commit comments

Comments
 (0)