DefinitelyTyped/selenium-webdriver/tsconfig.json
2017-01-05 11:56:02 -08:00

33 lines
711 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"index-tests.ts",
"chrome.d.ts",
"chrome-tests.ts",
"edge.d.ts",
"executors.d.ts",
"firefox.d.ts",
"firefox-tests.ts",
"http.d.ts",
"ie.d.ts",
"opera.d.ts",
"remote.d.ts",
"safari.d.ts",
"testing.d.ts"
]
}