{
  "compilerOptions": {
    "rootDir": ".",
    "outDir": "build",
    "checkJs": true,
    "esModuleInterop": true,
    "strict": true,
    "paths": {
      "@appium/opencv": ["../opencv"]
    },
    "types": ["node"]
  },
  "extends": "@appium/tsconfig/tsconfig.plugin.json",
  "include": ["lib", "test"],
  "references": [
    {"path": "../opencv"},
    {"path": "../base-plugin"},
    {"path": "../logger"},
    {"path": "../support"},
    {"path": "../types"},
    {"path": "../plugin-test-support"}
  ]
}
