up angular-basic with lib setup
This commit is contained in:
		
							parent
							
								
									b9f3e4769e
								
							
						
					
					
						commit
						4d3a3d34b8
					
				
					 147 changed files with 15408 additions and 16030 deletions
				
			
		|  | @ -13,7 +13,19 @@ | |||
|     "experimentalDecorators": true, | ||||
|     "importHelpers": true, | ||||
|     "target": "ES2022", | ||||
|     "module": "preserve" | ||||
|     "module": "preserve", | ||||
|     "baseUrl": "./", | ||||
|     "paths": { | ||||
|       "@sae-lib/*": [ | ||||
|         "./my-workspace/projects/sae-lib/src/*" | ||||
|       ], | ||||
|       "sae-lib": [ | ||||
|         "./my-workspace/projects/sae-lib/src/public-api" | ||||
|       ], | ||||
|       "sae-lib/*": [ | ||||
|         "./my-workspace/projects/sae-lib/src/*" | ||||
|       ] | ||||
|     } | ||||
|   }, | ||||
|   "angularCompilerOptions": { | ||||
|     "enableI18nLegacyMessageIdFormat": false, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tykayn
						Tykayn