chore: enable tscheck inside envs module (#4603)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Alexandr Garbuzov
2025-10-25 20:31:45 +02:00
committed by martin-mfg
co-authored by Alexandr
parent 26e137663b
commit 0f067f9df7
+2
View File
@@ -1,3 +1,5 @@
// @ts-check
const whitelist = process.env.WHITELIST
? process.env.WHITELIST.split(",")
: undefined;