adminjs-expressjs icon indicating copy to clipboard operation
adminjs-expressjs copied to clipboard

Turn off tslib require when compiling ts files

Open bakkerthehacker opened this issue 3 years ago • 0 comments

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.

bakkerthehacker avatar Jun 07 '21 15:06 bakkerthehacker