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