We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02b9ef2 + bf3ca6c commit 299d66cCopy full SHA for 299d66c
.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