UNPKG

631 BJSONView Raw
1{
2 "extends": "@appium/tsconfig/tsconfig.json",
3 "compilerOptions": {
4 "rootDir": ".",
5 "outDir": "build",
6 "paths": {
7 "@appium/support": ["../support"],
8 "@appium/base-driver": ["../base-driver"],
9 "@appium/base-plugin": ["../base-plugin"],
10 "@appium/types": ["../types"],
11 "@appium/schema": ["../schema"],
12 "appium": ["."]
13 },
14 "checkJs": true
15 },
16 "include": ["lib", "types"],
17 "references": [
18 {"path": "../schema"},
19 {"path": "../types"},
20 {"path": "../support"},
21 {"path": "../base-driver"},
22 {"path": "../base-plugin"},
23 {"path": "../test-support"}
24 ]
25}