ts: Convert ui_report module to TypeScript.

This commit is contained in:
Priyank Patel
2021-06-04 19:44:07 +00:00
committed by Tim Abbott
parent 8a6f57d750
commit f7235912ff
3 changed files with 24 additions and 10 deletions

View File

@@ -132,7 +132,7 @@ js_rules = RuleList(
"exclude": {
"static/js/portico",
"static/js/lightbox.js",
"static/js/ui_report.js",
"static/js/ui_report.ts",
"static/js/confirm_dialog.js",
"frontend_tests/",
},