Skip to content

Commit

Permalink
build: typescript rollup cache clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lewgordon-amplitude committed Jun 5, 2024
1 parent 5844b67 commit 01c42a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rrdom/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export async function compileTSCode(inputFilePath: string) {
resolve() as unknown as rollup.Plugin,
_typescript({
tsconfigOverride: { compilerOptions: { module: 'ESNext' } },
clean: true,
}) as unknown as rollup.Plugin,
],
});
Expand Down

0 comments on commit 01c42a7

Please sign in to comment.