rqbit/crates/librqbit/webui/tsconfig.json
2023-11-20 20:27:30 +00:00

9 lines
No EOL
130 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": [
"dom",
"es2015"
],
}
}