dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#4479 - upgrade SecurisServer to Java 21
Joaquín Reñé
9 hours ago
14f48f70ce663a4e2b587344b879c50f20a46a94
[common/securis.git]
/
securis
/
src
/
main
/
webapp
/
.vscode
/
settings.json
1
2
3
4
5
6
7
8
9
{
"typescript.tsdk": "./node_modules/typescript/lib",
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/*.js": {"when": "$(basename).ts"},
"**/*.js.map": true
}
}