UNPKG

speedline

Version:

Get the speed index from chrome dev tool timeline files. The CLI

20 lines (18 loc) 287 B
{ "compilerOptions": { "noEmit": true, "module": "commonjs", "target": "ES2017", "allowJs": true, "checkJs": true, "strict": true, "typeRoots": [ "@types", ], "diagnostics": true }, "include": [ "./cli.js", "core/lib/*.js" ], }