Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ts-node and esm (type=module in package.json) do not fit well together (see TypeStrong/ts-node#935).

For now, work-around is:

$ node --loader ts-node/esm test/index.ts

instead of

$ ts-node test/index.ts