Prodding TypeScript

This Series is dedicated to TypeScript newcomers and offers a handful of solutions to overcome every-day developer challenges.


Explore Other Series 
|6 min read |Typescript|
Teklog
Teklog

Importing JSON file using ES Modules

I wanted to import a JSON file using ES Modules default import syntax inside my TypeScript application, but...
Read More
|5 min read |Typescript|
Teklog
Teklog

Cannot Find Name "require"

I wanted to use NodeJS "require" directive to read a JSON file inside my TypeScript application, but...
Read More