mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
26 lines
874 B
JSON
26 lines
874 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"references": [
|
|
{ "path": "packages/core/media-store" },
|
|
{ "path": "packages/core/playback-engine" },
|
|
{ "path": "packages/core/media" },
|
|
{ "path": "packages/core/icons" },
|
|
{ "path": "packages/html/html-icons" },
|
|
{ "path": "packages/html/html-media-elements" },
|
|
{ "path": "packages/html/html-media-store" },
|
|
{ "path": "packages/html/html" },
|
|
{ "path": "packages/react/react-icons" },
|
|
{ "path": "packages/react/react-media-elements" },
|
|
{ "path": "packages/react/react-media-store" },
|
|
{ "path": "packages/react/react" },
|
|
{ "path": "packages/react-native/react-native-icons" },
|
|
{ "path": "packages/react-native/react-native-media-elements" },
|
|
{ "path": "packages/react-native/react-native" }
|
|
],
|
|
"files": [],
|
|
"include": []
|
|
}
|