Hi,I have a question about ts equal check.
Author: AaronConlonCreated Mar 8, 2023Updated Jun 20, 2023
I use bunjs to exec a ts file:
console.log('1' == 1)TypeScript will not throw error.So, is your description is right? thanks.
Source: basarat/typescript-book