mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 13:28:50 +08:00
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.associations": {
|
|
"*.css": "postcss"
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
".vs": true
|
|
},
|
|
"tslint.exclude": "**/node_modules/**",
|
|
"tslint.autoFixOnSave": true,
|
|
"tslint.jsEnable": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|