Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-vs-rescript

Small use cases written in TypeScript and ReScript.

Compile ReScript

    npm run bsb
    npm run bsb:watch # watch mode

Compile TypeScript

    npm run tsc
    npm run tsc:watch # watch mode

Run

You can just call the JavaScript files emitted by the compiler using node.

  • For ReScript, the generated files are located in lib/js/src.
  • For TypeScript, the generated files are located in lib-ts.

About

Small use cases written in TypeScript and ReScript

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages