diff --git a/src/index.ts b/src/index.ts index 28e629d9..8b8d552b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -209,7 +209,7 @@ const typescript: PluginImpl = (options) => async transform(code, id) { - transformedFiles.add(id); + transformedFiles.add(id); // note: this does not need normalization as we only compare Rollup <-> Rollup, and not Rollup <-> TS if (!filter(id)) return undefined;