lighthouse/treemap/tsconfig.json

21 строка
464 B
JSON

{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"outDir": "../.tmp/tsbuildinfo/treemap",
// Limit to base JS and DOM defs.
"lib": ["es2020", "dom", "dom.iterable"],
// Selectively include types from node_modules/.
"types": ["tabulator-tables"],
},
"references": [
{"path": "../types/lhr/"},
{"path": "../report/"},
{"path": "../viewer/"},
],
"include": [
"app/src/**/*.js",
"types/**/*.d.ts",
],
}