We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b9ef2 commit bf3ca6cCopy full SHA for bf3ca6c
.vscode/settings.json
@@ -6,7 +6,8 @@
6
"**/.hg": true,
7
"**/CVS": true,
8
"**/.DS_Store": true,
9
- "**/node_modules": true
+ "**/node_modules": true,
10
+ "dist": true
11
},
12
"tslint.autoFixOnSave": true
13
}
0 commit comments