Posts by fabcardo • 1 point
2 posts
-
0
votes1
answer78
viewsA: Run script compiled using typescript + Babel + typeorm
Example of how is getting the User.ts tanspilado by Babel: "use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports,…
-
-1
votes1
answer78
viewsQ: Run script compiled using typescript + Babel + typeorm
While trying to execute node .\dist\index.js compiled using Babel have the following error: In dev runs without errors, all tests also pass, consuming the API also everything normal, but when I…