Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Post: Getting started with TypeScript #24

@basarat

Description

@basarat

(A summary from a presentation given at MelbNodeJS on the 28th of August 2013)

Takeaways from the TypeScript demo

You can get TypeScript from here : http://www.typescriptlang.org/#Download

On all systems that have nodejs you can simply do:

npm install -g tsc

Its open-source and uses the apache license.

TypeScript definitions for existing libraries

You can use your existing javascript libraries from typescript with a line as simple as:

declare var $:any; 

But for high quality static checking + intellisense checkout : https://github.com/borisyankov/DefinitelyTyped

For IDE support:

Webstorm comes with integrated support http://www.jetbrains.com/webstorm/.
You can get a free version of WebStorm (which supports the 0.9.x version of TypeScript) here: http://confluence.jetbrains.com/display/WI/WebStorm+7+EAP

GruntJS is fully supported : https://npmjs.org/package/grunt-ts

Play with it in your Browser:

Checkout : http://www.typescriptlang.org/Playground/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions