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