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/*" | |||
|  |   ] | |||
|  | } |