Skip to content

Instantly share code, notes, and snippets.

@simon-lang
Created December 1, 2016 01:25
Show Gist options
  • Save simon-lang/01c44eb5ca8c43f208d86c730c2203ee to your computer and use it in GitHub Desktop.
Save simon-lang/01c44eb5ca8c43f208d86c730c2203ee to your computer and use it in GitHub Desktop.
typescript, jest
yarn init
yarn add typescript jest ts-jest
tsc --init
typings install dt~jasmine --save --global
jest
@simon-lang
Copy link
Author

Better way: VSCode "Typings Auto Installer", run command "Typings: install definitions for all dependencies"

@simon-lang
Copy link
Author

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