{ "compilerOptions": { "baseUrl": ".", "allowJs": true, "jsx": "react" }, "exclude": ["dist", "node_modules"], "extends": "@grafana/tsconfig", "include": ["src/**/*.ts*", "typings", "../../public/app/types/jquery/*.ts", "../../public/app/types/*.d.ts"] }