Skip to content

Commit

Permalink
fix: readd correct rollup typescript config (#2074)
Browse files Browse the repository at this point in the history
Fixes #2073
  • Loading branch information
cwegrzyn authored Sep 30, 2023
1 parent 1dce1b3 commit 337eec2
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 @@ -65,7 +65,7 @@ const LIBRARY_CONFIG = {
name: "Dataview (Library)",
},
plugins: getRollupPlugins(
"tsconfig-lib.json",
{ tsconfig: "tsconfig-lib.json" },
copy({ targets: [{ src: "src/typings/*.d.ts", dest: "lib/typings" }] })
),
};
Expand Down

0 comments on commit 337eec2

Please sign in to comment.