{
  "extends": "@appium/tsconfig/tsconfig.json",
  "compilerOptions": {
    "rootDir": ".",
    "outDir": "build",
    "paths": {
      "@appium/support": ["../support"],
      "@appium/base-driver": ["../base-driver"],
      "@appium/base-plugin": ["../base-plugin"],
      "@appium/fake-driver": ["../fake-driver"],
      "@appium/types": ["../types"],
      "@appium/schema": ["../schema"],
      "appium": ["."]
    },
    "checkJs": true,
    "types": ["mocha", "chai", "chai-as-promised", "node"]
  },
  "include": ["lib", "types", "test"],
  "references": [
    {"path": "../schema"},
    {"path": "../types"},
    {"path": "../support"},
    {"path": "../base-driver"},
    {"path": "../base-plugin"},
    {"path": "../fake-driver"},
    {"path": "../test-support"}
  ]
}
