Hi,I have a question about ts equal check.

Author: AaronConlonCreated Mar 8, 2023Updated Jun 20, 2023

image I use bunjs to exec a ts file:

typescript
console.log('1' == 1)

TypeScript will not throw error.So, is your description is right? thanks.