Files
DefinitelyTyped/types/chai-webdriverio/tsconfig.json
Nikolai Orekhov 5b310b110f add types for chai-webdriverio (#21891)
* add types for chai-webdriverio

* fix lint warning and remove extra lint rules

* fix compilation

* added types from webdriverio

* try to fix build

* try to fix build
2018-01-02 17:36:22 -08:00

24 lines
515 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"chai-webdriverio-tests.ts"
]
}