{
  "extends": "@appium/tsconfig/tsconfig.json",
  "compilerOptions": {
    "outDir": "build",
    "checkJs": true,
    "strict": true,
    "paths": {
      "@appium/support": ["../support"],
      "@appium/types": ["../types"]
    }
  },
  "include": ["lib"],
  "references": [{"path": "../support"}, {"path": "../types"}]
}
