mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			516 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			516 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "jsx": "react",
 | 
						|
    "baseUrl": "public/",
 | 
						|
    "outDir": "public/dist",
 | 
						|
    "rootDirs": ["public/"],
 | 
						|
    "allowJs": true,
 | 
						|
    "strictNullChecks": true,
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "useUnknownInCatchVariables": false
 | 
						|
  },
 | 
						|
  "extends": "@grafana/tsconfig/base.json",
 | 
						|
  "include": [
 | 
						|
    "public/app/**/*.ts*",
 | 
						|
    "public/e2e-test/**/*.ts",
 | 
						|
    "public/test/**/*.ts",
 | 
						|
    "public/vendor/**/*.ts",
 | 
						|
    "packages/jaeger-ui-components/typings",
 | 
						|
    "packages/grafana-data/typings"
 | 
						|
  ]
 | 
						|
}
 |