lighthouse
Version:
Automated auditing, performance metrics, and best practices for the web.
26 lines (24 loc) • 565 B
JSON
{
"extends": "../tsconfig-base.json",
"compilerOptions": {
// Limit to base JS and DOM defs.
"lib": ["es2020", "dom", "dom.iterable"],
// Selectively include types from node_modules/.
"types": ["node", "mocha"],
"jsx": "react-jsx",
"jsxImportSource": "preact",
},
"references": [
{"path": "../types/lhr/"},
{"path": "../report"},
{"path": "../shared"},
],
"include": [
"**/*.js",
"**/*.ts",
"**/*.tsx",
"./types",
"../types/internal/test.d.ts",
"../core/test/test-env/fake-timers.js",
],
}