UNPKG

anta

Version:

CLI tool and lib to gather app audits via [Lighthouse](https://github.com/GoogleChrome/lighthouse/).

21 lines (20 loc) 322 B
{ "compilerOptions": { "module": "commonjs", "target": "ES2016", "noImplicitAny": true, "inlineSourceMap": true, "noEmitOnError": false, "allowJs": true, "typeRoots": [ "@types", "./typings" ] }, "exclude": [ "node_modules" ], "include": [ "lib/**/*.ts" ] }