UNPKG

lighthouse

Version:

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

13 lines (12 loc) 256 B
{ "extends": "../../tsconfig-base.json", "compilerOptions": { // We only need the base JS definitions, no DOM, etc. "lib": ["esnext"], // Don't include any types from node_modules/. "types": [], }, "include": [ "*.d.ts", ], }