Basic webui works
This commit is contained in:
parent
1585a7e04a
commit
88ca5960df
7 changed files with 574 additions and 10 deletions
9
crates/librqbit/webui/tsconfig.json
Normal file
9
crates/librqbit/webui/tsconfig.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es2015"
|
||||
],
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue