An open API service indexing awesome lists of open source software.

https://github.com/sergergood/typescriptsamples


https://github.com/sergergood/typescriptsamples

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

npm install typings -g
typings install dt~jquery --global --save

npm install -g dts-gen
npm install -g chance
dts-gen -m chance

https://microsoft.github.io/TypeSearch/
npm install --save lodash
npm install --save @types/lodash

tsc --outfile extendedNamespacesLab.js extendedNamespacesLab.ts

npm install express -g
node server.js

tsc --module amd main.ts