mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
				
	
	
		
			15 lines
		
	
	
		
			376 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			376 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "jsx": "react-jsx",
 | |
|     "baseUrl": "./",
 | |
|     "declarationDir": "./compiled",
 | |
|     "emitDeclarationOnly": true,
 | |
|     "isolatedModules": true,
 | |
|     "strict": true,
 | |
|     "rootDirs": ["."]
 | |
|   },
 | |
|   "exclude": ["dist/**/*"],
 | |
|   "extends": "@grafana/tsconfig",
 | |
|   "include": ["src/**/*.ts*", "../../public/app/types/*.d.ts", "../grafana-ui/src/types/*.d.ts"]
 | |
| }
 |