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 * as plugins from './smartclickhouse.plugins';
import { TimeDataTable } from './smartclickhouse.classes.timedatatable';
import * as plugins from './smartclickhouse.plugins.js';
import { TimeDataTable } from './smartclickhouse.classes.timedatatable.js';
export interface IClickhouseConstructorOptions {
host: string;