rqbit/crates/librqbit/webui/tsconfig.json

9 lines
130 B
JSON
Raw Normal View History

2023-11-20 20:15:40 +00:00
{
"compilerOptions": {
"target": "ES2022",
"lib": [
"dom",
"es2015"
],
}
}