mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
20 lines
476 B
JSON
20 lines
476 B
JSON
{
|
|
"extends": "./node_modules/@yume-chan/tsconfig/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
],
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../libraries/adb/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../../libraries/adb-server-node-tcp/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../../libraries/stream-extra/tsconfig.build.json"
|
|
}
|
|
],
|
|
}
|