protractor-css-booster
Version:
custom css locators for Protractor
23 lines (22 loc) • 592 B
JSON
{
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es6", "es2015", "dom"],
"module": "commonjs",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noLib": false,
"outDir": "dist",
"pretty": true,
"removeComments": true,
"sourceMap": true,
"skipLibCheck": true,
"target": "es5"
},
"include": ["src/**/*.ts", "dist/index.d.ts"]
}