1
0
Fork 0
spacetac/.vscode/settings.json

16 lines
345 B
JSON
Raw Permalink Normal View History

2017-01-15 11:45:18 +00:00
{
2017-06-02 08:06:06 +00:00
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.rulers": [
120
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
2017-08-24 22:47:34 +00:00
"node_modules": true,
".venv": true,
"**/*.tsbuildinfo": true,
}
2017-01-15 11:45:18 +00:00
}