chore: enable tscheck inside envs module (#4603)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Alexandr Garbuzov
2025-10-19 21:48:18 +03:00
committed by GitHub
co-authored by Alexandr
parent 7a5ac44604
commit 0b21b2b542
+2
View File
@@ -1,3 +1,5 @@
// @ts-check
const whitelist = process.env.WHITELIST
? process.env.WHITELIST.split(",")
: undefined;