Typescript strict alias checking Type Scripts Strict Alias Checking Preventing Type Mismatches and Keeping Your Code Clean Type Scripts type system is a powerful tool for catching errors early 2 min read 07-10-2024 12
Typescript path mapping for React Native *.android.ts and *.ios.ts modules Mastering Platform Specific Code in React Native with Type Script Path Mapping React Native empowers developers to build cross platform mobile apps but sometime 2 min read 07-10-2024 6
error TS4058: Return type of exported function has or is using name X from external module Y but cannot be named Demystifying Type Script Error TS 4058 Cannot be Named This article dives into the common Type Script error TS 4058 Return type of exported function has or is u 3 min read 06-09-2024 21
tsc - ignore errors at command line Ignoring Type Script Errors at the Command Line When compiling Type Script code with tsc you might encounter errors that you want to ignore temporarily This can 3 min read 05-09-2024 19