Last Updated: February 25, 2016
·
1.916K
· nitram509

Typescript live template for IntelliJ IDEA

When writing Typescript code, you may want to import external declaration files.
Typically, this is done via reference command, for example:

/// <reference path="jquery.d.ts" />

Make your life easier with live templates. Simply configure your project setting like shown below.

Picture