diff --git a/basic.d.ts.ts b/basic.d.ts.ts index f626b6c6..f6df39f7 100644 --- a/basic.d.ts.ts +++ b/basic.d.ts.ts @@ -1 +1 @@ -export * from "./dist/index.basic"; +export * from "./dist/basic"; diff --git a/browser.d.ts.ts b/browser.d.ts.ts index a5753558..3c46cdeb 100644 --- a/browser.d.ts.ts +++ b/browser.d.ts.ts @@ -1 +1 @@ -export * from "./dist/index.browser"; +export * from "./dist/browser"; diff --git a/core.d.ts b/core.d.ts index 6159232d..9e8211a1 100644 --- a/core.d.ts +++ b/core.d.ts @@ -1 +1 @@ -export * from "./dist/index.core"; +export * from "./dist/core"; diff --git a/utils.d.ts b/utils.d.ts new file mode 100644 index 00000000..59cabd3e --- /dev/null +++ b/utils.d.ts @@ -0,0 +1 @@ +export * from "./dist/utils";