Skip to content

Commit 299d66c

Browse files
authored
Merge pull request #12 from kwonoj/chore-editor
chore(editor): update editor configuration
2 parents 02b9ef2 + bf3ca6c commit 299d66c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"**/.hg": true,
77
"**/CVS": true,
88
"**/.DS_Store": true,
9-
"**/node_modules": true
9+
"**/node_modules": true,
10+
"dist": true
1011
},
1112
"tslint.autoFixOnSave": true
1213
}

0 commit comments

Comments
 (0)