Vlad Pazych

Results 3 comments of Vlad Pazych

tsconfig.json: ```json { "compilerOptions": { "target": "es5", "module": "commonjs", "sourceMap": true, "noImplicitUseStrict": true, "noImplicitAny": false, "allowJs": true, "allowSyntheticDefaultImports": true } } ``` *** I am running js file with `ts-node`...

Okay, tomorrow I will put together example project.

Here is the example project: https://github.com/vladpazych/ts-node-stack-problem-investigation.git You will find instructions to replicate problem inside server.js file. Thank you for support.