mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			378 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			378 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "extends": [
 | |
|         "./ts-config-base.json"
 | |
|     ],
 | |
|     "compilerOptions": {
 | |
|         "baseUrl": ".",
 | |
|         "paths": {
 | |
|             "translator": ["./assets/translator.ts"],
 | |
|             "ChillMainAssets/*": ["./src/Bundle/ChillMainBundle/Resources/public/*"],
 | |
|             "ChillDocStoreAssets/*": ["./src/Bundle/ChillDocStoreBundle/Resources/public/*"]
 | |
|         }
 | |
|     },
 | |
| }
 |