https://github.com/sergergood/typescriptsamples
https://github.com/sergergood/typescriptsamples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergergood/typescriptsamples
- Owner: SergerGood
- Created: 2017-08-09T19:32:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T19:49:31.000Z (almost 9 years ago)
- Last Synced: 2026-01-03T16:26:34.626Z (7 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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