Skip to content

Commit

Permalink
Add src include option for ts rollup plugin (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
elturpin authored Dec 19, 2023
1 parent b709f1f commit b0331c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export default {
format: "cjs",
},
external: ["express", "vite", "node-fetch", "fs", "path", "picocolors"],
plugins: [typescript({ module: "ESNext" })],
plugins: [typescript({ module: "ESNext", include: "src/main.ts" })],
};

0 comments on commit b0331c9

Please sign in to comment.