From 570619752f3a3d2a974c6b5137fd63e2fc1184cc Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov <186095128+alexandr-garbuzov@users.noreply.github.com> Date: Sun, 19 Oct 2025 21:34:30 +0300 Subject: [PATCH] chore: enable tscheck inside HTTP module (#4601) Co-authored-by: Alexandr --- src/common/http.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/http.js b/src/common/http.js index 388d1052..ef6258b0 100644 --- a/src/common/http.js +++ b/src/common/http.js @@ -1,3 +1,5 @@ +// @ts-check + import axios from "axios"; /**