python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Typescript in Docker throws Unexpected node on compile
I want to dockerize my app, but on running tsc I've got this error:
/usr/src/app/node_modules/typescript/lib/tsc.js:94444
throw e;
^
Error: Debug Failure. False e...

Feralheart
Votes: 0
Answers: 0
TSC/Rollup: how to pipe TSC output into Rollup without TSC emitting files?
I'm using rollup with TSC to generate es modules based bundle. When I run npm run build tsc transpiles .ts to .js files inside src. After that, Rollup takes the .js files and does some magic like turn...
stackcen
Votes: 0
Answers: 1
How can I cast a string to number in an response using axios?
I am using Axios to execute a GET request to a public API. This API return a numeric value as string. I need to cast this value a numeric value. My application runs using tsc, so I expect the result o...

hikna
Votes: 0
Answers: 2
typescript monorepo single package strict mode - gradual adoption
I have a few monorepo packages - each with typescript strict mode disabled.
I would like to adapt it into 2 packages (for now).
Packages have circular dependencies (package A installs B and package B ...

jkaczmarkiewicz
Votes: 0
Answers: 0