selenium-standalone
Version:
installs a `selenium-standalone` command line to install and start a standalone selenium server
28 lines (22 loc) • 526 B
JSON
{
"compilerOptions": {
// Do not output files
"noEmit": true,
// Check JavaScript
"checkJs": true,
// Enable importing .json modules
"resolveJsonModule": true,
// Identify unused code
"allowUnusedLabels": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
// Use the "strict" family
"alwaysStrict": true,
"noImplicitAny": false
},
"include": [
"bin",
"lib",
"test"
]
}