Skip to content

Commit

Permalink
chore(many): update type dest
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrie Nachtweh committed Feb 15, 2023
1 parent 30159a4 commit 0f54015
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ const dayjsBusinessDays: PluginFunc<PluginOptions> = (
};

export { dayjsBusinessDays, PluginOptions };
export * from './types/_bundle';
export * from './types/dayjs';
2 changes: 0 additions & 2 deletions src/types/_bundle.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "dist-transpiled",
"declaration": true,
"declarationDir": "dist/types",
"declarationDir": "dist",
"target": "esnext",
"module": "esnext",
"strict": true,
Expand Down

0 comments on commit 0f54015

Please sign in to comment.