diff --git a/src/index.ts b/src/index.ts index ee99f2c2..341a7200 100644 --- a/src/index.ts +++ b/src/index.ts @@ -211,7 +211,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;