@appium/docutils
Version:
Documentation generation utilities for Appium and related projects
17 lines (16 loc) • 391 B
JSON
{
"extends": "@appium/tsconfig/tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"checkJs": true,
"types": ["node"],
"paths": {
"@appium/support": ["../support"],
"@appium/types": ["../types"]
},
"strict": true
},
"include": ["./lib/**/*", "./test/**/*"],
"references": [{"path": "../types"}, {"path": "../support"}]
}