mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
12 lines
309 B
JSON
12 lines
309 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.js": { "when": "$(basename).ts"},
|
|
"**/*.js.map": { "when": "$(basename)"}
|
|
}
|
|
}
|