Created
December 1, 2016 01:25
-
-
Save simon-lang/01c44eb5ca8c43f208d86c730c2203ee to your computer and use it in GitHub Desktop.
typescript, jest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn init | |
yarn add typescript jest ts-jest | |
tsc --init | |
typings install dt~jasmine --save --global | |
jest |
typings/index.d.ts
/// <reference path="globals/jest/index.d.ts" />
/// <reference path="globals/typescript/index.d.ts" />
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Better way: VSCode "Typings Auto Installer", run command "Typings: install definitions for all dependencies"