mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							592 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							28 lines
						
					
					
						
							592 B
						
					
					
				
								{
							 | 
						|
								  "extends": "../../tsconfig.base.json",
							 | 
						|
								  "files": [],
							 | 
						|
								  "include": [],
							 | 
						|
								  "references": [
							 | 
						|
								    {
							 | 
						|
								      "path": "./tsconfig.lib.json"
							 | 
						|
								    },
							 | 
						|
								    {
							 | 
						|
								      "path": "./tsconfig.spec.json"
							 | 
						|
								    },
							 | 
						|
								    {
							 | 
						|
								      "path": "./.storybook/tsconfig.json"
							 | 
						|
								    }
							 | 
						|
								  ],
							 | 
						|
								  "compilerOptions": {
							 | 
						|
								    "target": "es2020",
							 | 
						|
								    // TODO: Remove once solved in tsconfig.base.json
							 | 
						|
								    "strict": false,
							 | 
						|
								    "noImplicitReturns": true,
							 | 
						|
								    "noFallthroughCasesInSwitch": true
							 | 
						|
								  },
							 | 
						|
								  "angularCompilerOptions": {
							 | 
						|
								    "strictInjectionParameters": true,
							 | 
						|
								    "strictInputAccessModifiers": true,
							 | 
						|
								    "strictTemplates": true
							 | 
						|
								  }
							 | 
						|
								}
							 | 
						|
								
							 |