ya-webadb/libraries/adb/tsconfig.build.json
2024-06-27 14:15:46 +08:00

17 lines
404 B
JSON

{
"extends": "./node_modules/@yume-chan/tsconfig/tsconfig.base.json",
"references": [
{
"path": "../event/tsconfig.build.json"
},
{
"path": "../no-data-view/tsconfig.build.json"
},
{
"path": "../stream-extra/tsconfig.build.json"
},
{
"path": "../struct/tsconfig.build.json"
}
]
}