adminjs-expressjs
adminjs-expressjs copied to clipboard
Turn off tslib require when compiling ts files
Fixes https://github.com/SoftwareBrothers/admin-bro/issues/772
Rather than adding more deps, the tslib __importDefault
can just be inserted directly to avoid this problem.