| 
									
										
										
										
											2025-08-07 14:24:23 +02:00
										 |  |  | /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
 | 
					
						
							|  |  |  | /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
 | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   "compileOnSave": false, | 
					
						
							|  |  |  |   "compilerOptions": { | 
					
						
							|  |  |  |     "strict": true, | 
					
						
							|  |  |  |     "noImplicitOverride": true, | 
					
						
							|  |  |  |     "noPropertyAccessFromIndexSignature": true, | 
					
						
							|  |  |  |     "noImplicitReturns": true, | 
					
						
							|  |  |  |     "noFallthroughCasesInSwitch": true, | 
					
						
							|  |  |  |     "skipLibCheck": true, | 
					
						
							|  |  |  |     "isolatedModules": true, | 
					
						
							|  |  |  |     "experimentalDecorators": true, | 
					
						
							|  |  |  |     "importHelpers": true, | 
					
						
							|  |  |  |     "target": "ES2022", | 
					
						
							| 
									
										
										
										
											2025-08-08 12:36:41 +02:00
										 |  |  |     "module": "preserve", | 
					
						
							|  |  |  |     "baseUrl": "./", | 
					
						
							|  |  |  |     "paths": { | 
					
						
							|  |  |  |       "@sae-lib/*": ["../my-workspace/projects/sae-lib/*"], | 
					
						
							|  |  |  |       "sae-lib": ["../my-workspace/projects/sae-lib"], | 
					
						
							|  |  |  |       "sae-lib/*": ["../my-workspace/projects/sae-lib/*"] | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2025-08-07 14:24:23 +02:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "angularCompilerOptions": { | 
					
						
							|  |  |  |     "enableI18nLegacyMessageIdFormat": false, | 
					
						
							|  |  |  |     "strictInjectionParameters": true, | 
					
						
							|  |  |  |     "strictInputAccessModifiers": true, | 
					
						
							|  |  |  |     "typeCheckHostBindings": true, | 
					
						
							|  |  |  |     "strictTemplates": true | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "files": [], | 
					
						
							|  |  |  |   "references": [ | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "path": "./tsconfig.app.json" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "path": "./tsconfig.spec.json" | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   ] | 
					
						
							|  |  |  | } |