Files
graylog2-server/graylog2-web-interface/tsconfig.json
2015-12-04 13:34:00 +01:00

9 lines
131 B
JSON

{
"compilerOptions" : {
"target": "es5",
"sourceMap" : true
},
"files": [
"declarations/toastr/toastr.d.ts"
]
}