{
  "extends": "@grafana/tsconfig",
  "compilerOptions": {
    "module": "CommonJS",
    "noEmit": true,
    "skipLibCheck": true,
    "strict": false,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "jsx": "react-jsx",
    "moduleResolution": "node",
    "baseUrl": "..",
    "paths": {
      "@/*": ["src/*"]
    },
    "types": ["jest", "@testing-library/jest-dom", "node"]
  },
  "include": [
    "../src/**/*",
    "../webpack.config.js",
    "../jest-setup.js",
    "../jest.config.js"
  ],
  "exclude": [
    "../node_modules",
    "../dist",
    "../static/coverage",
    "../backend"
  ]
}
