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
Not sure if I can somehow reconfigure my ts-config to make it work or if this library just does not work with ts-node like this without some serious workarounds?
The text was updated successfully, but these errors were encountered:
@ColaColin , we run our tests for ts-object-builder with ts-node with env TS_NODE_COMPILER_OPTIONS='{"module":"commonjs"}' option. Perhaps your module settings do not match.
..../node_modules/ts-object-builder/dist/index.js:1
(function (exports, require, module, __filename, __dirname) { export { ObjectBuilder } from './object-builder';
SyntaxError: Unexpected token export
From a bit of google this might be related to this issue here: TypeStrong/ts-node#505
Not sure if I can somehow reconfigure my ts-config to make it work or if this library just does not work with ts-node like this without some serious workarounds?
The text was updated successfully, but these errors were encountered: