UNPKG

protractor-css-booster

Version:
23 lines (22 loc) 592 B
{ "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"] }