You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project we have our own bootstrapper file that calls require('ts-node').register({/* passing configuration here */}); How should I use espower-typescript with this setup?
Am I correct that espower will do a source-to-source transformation of the Typescript code before it's transpiled by the Typescript compiler? espower emits a string of code and a sourcemap? What's the best way to plug that into our bootstrapper?
The text was updated successfully, but these errors were encountered:
cspotcode
changed the title
How to use with manual require('ts-node
How to use with require('ts-node').register({/* options */})?
Nov 25, 2019
In my project we have our own bootstrapper file that calls
require('ts-node').register({/* passing configuration here */});
How should I use espower-typescript with this setup?Am I correct that espower will do a source-to-source transformation of the Typescript code before it's transpiled by the Typescript compiler? espower emits a string of code and a sourcemap? What's the best way to plug that into our bootstrapper?
The text was updated successfully, but these errors were encountered: