UNPKG

lighthouse

Version:

Automated auditing, performance metrics, and best practices for the web.

17 lines (16 loc) 416 B
{ "extends": "../../tsconfig-base.json", "compilerOptions": { // Limit defs to base JS and DOM (for URL: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/34960). "lib": ["es2020", "dom"], // Only include `@types/node` from node_modules/. "types": ["node"], }, "references": [ {"path": "../../types/lhr/"}, {"path": "../../shared/"}, ], "include": [ "**/*.js", ], }