Skip to content

Commit

Permalink
chore: undo pure.d.ts formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 15, 2023
1 parent ca168a1 commit 969f185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions packages/web-worker/pure.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
type CloneOption = 'native' | 'ponyfill' | 'none';
interface DefineWorkerOptions {
clone: CloneOption;
}

declare function defineWebWorkers(options?: DefineWorkerOptions): void;

export { defineWebWorkers };
export * from './dist/pure.js'
2 changes: 1 addition & 1 deletion packages/web-worker/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default () => [
input: 'src/pure.ts',
output: {
dir: process.cwd(),
entryFileNames: '[name].d.ts',
entryFileNames: 'dist/[name].d.ts',
format: 'esm',
},
external,
Expand Down

0 comments on commit 969f185

Please sign in to comment.