* BAEL - 1916 * BAEL - 1916 Added JUnit tests * BAEL-1916 Renamed the project * Renamed the project
		
			
				
	
	
		
			16 lines
		
	
	
		
			349 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			349 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "emitDecoratorMetadata": true,
 | |
|     "experimentalDecorators": true,
 | |
|     "lib": [ "es2015", "dom" ],
 | |
|     "module": "commonjs",
 | |
|     "moduleResolution": "node",
 | |
|     "noImplicitAny": true,
 | |
|     "sourceMap": true,
 | |
|     "suppressImplicitAnyIndexErrors": true,
 | |
|     "target": "es5"
 | |
|   },
 | |
|   "exclude": [
 | |
|     "node_modules/*"
 | |
|   ]
 | |
| } |