galenframework
Version:
The command line tool to use the Galen Framework. This includes the wrapper above and webdriver downloads for different browsers
24 lines (23 loc) • 398 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
"noEmitOnError": true,
"lib": [
"es2015",
"es2015.iterable",
"dom"
],
"types": [
"jasmine",
"node"
]
},
"exclude": [
"node_modules"
]
}