BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-05-17 18:28:09 +02:00
parent e01d09e40a
commit 3381163a0d
7 changed files with 2577 additions and 19510 deletions

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartmongo from '../ts/index';
import * as smartmongo from '../ts/index.js';
let smartmongoInstance: smartmongo.SmartMongo;