8000 GitHub - luisanton-io/fs-aug-socket.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

luisanton-io/fs-aug-socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To convert a project to Typescript

  • Install TS as a dev dependency npm install typescript -D

  • Initialize your tsconfig

tsc --init

  • Define your rootDir (generally "./src") and outDir (generally "./dist" or "./build")

  • Installing the testing framework

npm install jest ts-jest @types/jest supertest

  • Configuring for TS

npx ts-jest config:init

  • Good to go! You can now do some TDD with TS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0