BAEL - 1916 (#4679)

* BAEL - 1916

* BAEL - 1916

Added JUnit tests
This commit is contained in:
Tino Mulanchira Thomas
2018-07-12 06:45:56 +03:00
committed by maibin
parent 2c1fe2713e
commit 0ec8fffeed
78 changed files with 2335 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [ "es2015", "dom" ],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"sourceMap": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es5"
},
"exclude": [
"node_modules/*"
]
}