Configuring TypeScript to Work with Promises
This guide walks through how to configure your system to work with TypeScript promises. Specifically we update the compiler options in the tsconfig file to work with the ES6 runtime.
Guide Tasks
- Read Tutorial
This guide walks through how to configure your system to work with TypeScript promises. Specifically we update the compiler options in the tsconfig file to work with the ES6 runtime.
If you run into an error when you install the es6
module, make sure that you have TypeScript
typings
installed. You can run this command to install them:
sudo npm install typings --global