ytDownloader/tsconfig.json
2025-02-07 20:30:17 +03:00

10 lines
159 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"lib": [
"ES2021.String",
"DOM",
]
}
}