I tried IS_BOOL=true but when I console.log(process.env.IS_BOOL); it displays a string "true" but it should be casted to boolean true.
I also tried IS_NUM=10 and it is a string "10" but it should be numeric 10.
I also tried IS_FLOAT=10.5 and it is a string "10.5" but it should be a float 10.5.