dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#4389 - Fix deprecated on FileUtils
Joaquín Reñé
2025-02-09
ef9b2d9b15a7f57c87f8e621d4e1d1818beb46b9
[common/securis.git]
/
securis
/
src
/
main
/
webapp
/
.vscode
/
settings.json
1
2
3
4
5
6
7
8
9
10
// Place your settings in this file to overwrite default and user settings.
{
"typescript.tsdk": "./node_modules/typescript/lib",
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/*.js": {"when": "$(basename).ts"},
"**/*.js.map": true
}
}