When using TypeScript with “type” : “module” getting TypeError: Unknown file extension “.ts”
I am currently trying to be familiarize with TypeScript and i was creating a Node JS project from scratch and i have a question that why i am getting error while adding "type":"module"
to package.json
.