BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-14 14:29:23 +01:00
parent 0139634902
commit f792bd1907
9 changed files with 4021 additions and 12328 deletions

View File

@ -1,5 +1,5 @@
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as smartclickhouse from '../ts/index';
import * as smartclickhouse from '../ts/index.js';
let testClickhouseDb: smartclickhouse.SmartClickHouseDb;