dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
Merge branch 'angular2' of https://git.curisit.net/gitblit/git/common/secur...
César Calvo
2017-03-15
abb9cc75e166c32cfa97244c497e6a69d14ea114
[common/securis.git]
/
securis
/
src
/
main
/
webapp
/
src
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [ "es2015", "dom" ],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true
}
}