• support[@]kurinchilion.com
  • +1 (888) 666-4252

TypeScript: Accessors are only available when targeting ECMAScript 5 and higher.

Jun 06, 2021 - by kurinchilamp / Javascript / Post Comment
Option 1: Execute in command line $ tsc -t es5 program.ts Specify es5 as your target when you execute the program (more…)
Continue Reading

How to start testing TypeScript in your local machine?

Jun 03, 2021 - by kurinchilamp / Javascript / Post Comment
i) Check what version of node you are running. $ node -V ii) Install typescript globally in your machine $ npm install -g typecript iii) Install tsconfig node module for the node version that you are running in your local machine $ npm install --save-dev @tsconfig/node14 (more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.