mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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)"}
|
|
}
|
|
}
|