mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"node_modules": true,
|
|
"dist": true,
|
|
".vscode": true,
|
|
"package-lock.json": true
|
|
},
|
|
"tslint.autoFixOnSave": true,
|
|
"tslint.jsEnable": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
} |