33 lines
		
	
	
	
		
			955 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			955 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
/* To learn more about this file see: https://angular.io/config/tsconfig. */
 | 
						|
{
 | 
						|
  "compileOnSave": false,
 | 
						|
  "compilerOptions": {
 | 
						|
    "outDir": "./dist/out-tsc",<% if (strict) { %>
 | 
						|
    "forceConsistentCasingInFileNames": true,
 | 
						|
    "strict": true,
 | 
						|
    "noImplicitOverride": true,
 | 
						|
    "noPropertyAccessFromIndexSignature": true,
 | 
						|
    "noImplicitReturns": true,
 | 
						|
    "noFallthroughCasesInSwitch": true,<% } %>
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "sourceMap": true,
 | 
						|
    "declaration": false,
 | 
						|
    "experimentalDecorators": true,
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "importHelpers": true,
 | 
						|
    "target": "ES2022",
 | 
						|
    "module": "ES2022",
 | 
						|
    "useDefineForClassFields": false,
 | 
						|
    "lib": [
 | 
						|
      "ES2022",
 | 
						|
      "dom"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "angularCompilerOptions": {
 | 
						|
    "enableI18nLegacyMessageIdFormat": false<% if (strict) { %>,
 | 
						|
    "strictInjectionParameters": true,
 | 
						|
    "strictInputAccessModifiers": true,
 | 
						|
    "strictTemplates": true<% } %>
 | 
						|
  }
 | 
						|
}
 |