UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

25 lines (24 loc) 600 B
{ "compilerOptions" : { "outDir" : "../dist/", "sourceMap" : true, "inlineSources" : true, "module" : "commonjs", "moduleResolution" : "node", "target" : "es5", "noEmit" : true, "noEmitOnError" : true, "noFallthroughCasesInSwitch" : true, "noImplicitAny" : true, "noImplicitReturns" : true, "noImplicitThis" : true, "noUnusedLocals" : true, "noUnusedParameters" : false, "preserveConstEnums" : true, "pretty" : true, "strictNullChecks" : true, "forceConsistentCasingInFileNames" : true, "declaration" : true, "diagnostics" : true } }