sprinklers3/.vscode/settings.json

9 lines
208 B
JSON
Raw Normal View History

2017-08-29 22:42:56 -06:00
{
2017-10-04 13:50:54 -06:00
"typescript.tsdk": "node_modules/typescript/lib",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true,
"**/public": true
}
2017-08-29 22:42:56 -06:00
}