protractor-axe-html-report-plugin
Version:
A protractor plugin that generates an HTML aXe accessibility report
16 lines • 378 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"typeCheck": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true
},
"baseUrl": "types",
"typeRoots": ["types"],
}