Skip to content

Commit bf3ca6c

Browse files
committed
chore(editor): update editor configuration
1 parent 02b9ef2 commit bf3ca6c

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)