{
  "extends": "../../tsconfig.json",
  "include": ["./src/**/*.ts"],
  "exclude": ["./dist"],
  "compilerOptions": {
    "baseUrl": ".",
    "outDir": "dist",
    "rootDir": "src",
    "tsBuildInfoFile": "dist/tsconfig.tsbuildinfo",
    "paths": {
      "@shopify/theme-check-common": ["../theme-check-common/src"]
    }
  },
  "references": [
    { "path": "../theme-check-common" }
  ]
}

