lighthouse/tsconfig-all.json

18 строки
394 B
JSON

// Compilation entry point for all tsc projects within Lighthouse.
{
"references": [
{"path": "./"},
{"path": "./types/lhr/"},
{"path": "./report/"},
{"path": "./report/generator/"},
{"path": "./viewer/"},
{"path": "./treemap/"},
{"path": "./flow-report/"},
{"path": "./shared/"},
{"path": "./clients/lightrider/"},
],
"files": [],
"include": [],
}