mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
22 lines
630 B
JSON
22 lines
630 B
JSON
{
|
|
"extends": "../../../../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"exactOptionalPropertyTypes": false,
|
|
"declarationDir": "../../../../types/playback/engines/hls"
|
|
},
|
|
"references": [
|
|
{ "path": "../../../../../utils" },
|
|
{ "path": "../../../core" },
|
|
{ "path": "../../../network" },
|
|
{ "path": "../../../media" },
|
|
{ "path": "../../../media/dom" },
|
|
{ "path": "../../behaviors" },
|
|
{ "path": "../../behaviors/dom" },
|
|
{ "path": "../../actors" },
|
|
{ "path": "../../actors/dom" }
|
|
],
|
|
"include": ["./**/*.ts"]
|
|
}
|