mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* selenium-webdriver: move logging to separate file * selenium-webdriver: fix TargetLocator type * selenium-webdriver: fix test
30 lines
639 B
JSON
30 lines
639 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": false,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/ie.ts",
|
|
"test/index.ts",
|
|
"test/chrome.ts",
|
|
"test/firefox.ts",
|
|
"test/remote.ts",
|
|
"test/logging.ts"
|
|
]
|
|
}
|