2021-09-16 20:51:20 +03:00
|
|
|
// Compilation entry point for all tsc projects within Lighthouse.
|
|
|
|
|
|
|
|
{
|
|
|
|
"references": [
|
|
|
|
{"path": "./"},
|
|
|
|
{"path": "./types/lhr/"},
|
|
|
|
{"path": "./report/"},
|
|
|
|
{"path": "./report/generator/"},
|
2021-10-26 01:31:47 +03:00
|
|
|
{"path": "./viewer/"},
|
2021-09-16 20:51:20 +03:00
|
|
|
{"path": "./lighthouse-treemap/"},
|
|
|
|
{"path": "./flow-report/"},
|
2021-10-04 21:26:24 +03:00
|
|
|
{"path": "./shared/"},
|
2021-09-16 20:51:20 +03:00
|
|
|
],
|
|
|
|
"files": [],
|
|
|
|
"include": [],
|
|
|
|
}
|