Top "Ts-node" questions

Short for TypeScript Node.

How to use lodash-es in typescript correctly?

I need to use lodash-es in my typescript project, but I can't configure it correctly, it always reports errors like …

typescript ts-node lodash
Cannot find Typescript module even though tsc successfully manages to resolve it

I have a Node.js project written in Typescript which is expected to run as a CLI, and am having …

node.js typescript command-line-interface ts-node oclif
error TS1259: Module '"./node_modules/@types/express/index"' can only be default-imported using the 'esModuleInterop' flag

I'm trying to import express into the project and in the middle of the development, it just stopped working, i've …

node.js typescript ts-node
deno vs ts-node : what's the difference

I'm working on a relative large typescript project, I'm using ts-node to run node testing and examples. As far as …

node.js ts-node deno
TypeScript ES dynamic `import()`

While using the new TypeScript feature, so called ES Dynamic Imports, I am not able to run the code of …

node.js typescript ts-node typescript2.4
Heroku deploy using ts-node

I am trying to deploy a sample of the Angular Universal Starter in Heroku. The task npm start fails because …

angular heroku angular-universal ts-node
How to pass parameters to a script processed by ts-node

I just started ts-node utilizing. It is the a very convenient tool. Run time looks clear. But it does not …

ts-node
Typescript: import express unexpected idenfitier with ts-node-dev

I am starting a new project with Typescript and i would like to make the node server with typescript using …

node.js typescript express ts-node