You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							30 lines
						
					
					
						
							835 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							835 B
						
					
					
				
								/* To learn more about this file see: https://angular.io/config/tsconfig. */
							 | 
						|
								{
							 | 
						|
								  "compileOnSave": false,
							 | 
						|
								  "compilerOptions": {
							 | 
						|
								    "baseUrl": "./",
							 | 
						|
								    "outDir": "./dist/out-tsc",<% if (strict) { %>
							 | 
						|
								    "forceConsistentCasingInFileNames": true,
							 | 
						|
								    "strict": true,
							 | 
						|
								    "noImplicitReturns": true,
							 | 
						|
								    "noFallthroughCasesInSwitch": true,<% } %>
							 | 
						|
								    "sourceMap": true,
							 | 
						|
								    "declaration": false,
							 | 
						|
								    "downlevelIteration": true,
							 | 
						|
								    "experimentalDecorators": true,
							 | 
						|
								    "moduleResolution": "node",
							 | 
						|
								    "importHelpers": true,
							 | 
						|
								    "target": "es2017",
							 | 
						|
								    "module": "es2020",
							 | 
						|
								    "lib": [
							 | 
						|
								      "es2018",
							 | 
						|
								      "dom"
							 | 
						|
								    ]
							 | 
						|
								  },
							 | 
						|
								  "angularCompilerOptions": {
							 | 
						|
								    "enableI18nLegacyMessageIdFormat": false<% if (strict) { %>,
							 | 
						|
								    "strictInjectionParameters": true,
							 | 
						|
								    "strictInputAccessModifiers": true,
							 | 
						|
								    "strictTemplates": true<% } %>
							 | 
						|
								  }
							 | 
						|
								}
							 |