forked from loafle/openapi-generator-original
		
	Use supportsES6 flag in ts compilation for language typescript-angular (#7408)
This commit is contained in:
		
							parent
							
								
									7d2b49085f
								
							
						
					
					
						commit
						524f162e63
					
				@ -4,8 +4,8 @@
 | 
			
		||||
        "experimentalDecorators": true,
 | 
			
		||||
        "noImplicitAny": false,
 | 
			
		||||
        "suppressImplicitAnyIndexErrors": true,
 | 
			
		||||
        "target": "es5",
 | 
			
		||||
        "module": "es6",
 | 
			
		||||
        "target": "{{#supportsES6}}es6{{/supportsES6}}{{^supportsES6}}es5{{/supportsES6}}",
 | 
			
		||||
        "module": "{{#supportsES6}}es6{{/supportsES6}}{{^supportsES6}}commonjs{{/supportsES6}}",
 | 
			
		||||
        "moduleResolution": "node",
 | 
			
		||||
        "removeComments": true,
 | 
			
		||||
        "sourceMap": true,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user