Skip to content

Ludo09/ttsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Typescript Standard Library (ttsl)

TTSL stands for Tiny Typescript Standard Library. It's originally an attempt to learn Typescript. It contains in particular a of typed collections (list, map, set, etc.).

Installation

First thing first: retrieving local node modules listed in package.json. You can simply do it by:

npm install

Then set your favorite IDE (Webstorm, VS Code, etc.) to understand ES6 syntax.

Finally you can compile/transpile all .ts files into ES5 by doing:

tsc --target es5 --modules commonjs

About

A Tiny Typescript Standard Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors