Skip to content

ivan-shaban/nodemon-babel-preset-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is just an example how to combine node \ nodemon + babel + typescript. Because, at first, it wasn't clear why js imports worked fine, but ts import failed, secret was that you just need to point, that you wanna to handle ts-files in start command.

nodemon --exec babel-node ./src/index.ts --extensions .ts

So --extensions .ts is the key. Feel

About

Simple project to test technologies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published