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