Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Nov 22, 2021
1 parent db715b6 commit 0259c83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ import typescript from "@rollup/plugin-typescript";
export default [
{
input: "src/index.ts",
plugins: [typescript({ tsconfig: './tsconfig.json', 'declarationDir': './' }),
],
plugins: [
typescript({ tsconfig: "./tsconfig.json", declarationDir: "./" }),
],
output: {
file: "dist/index.js",
format: "cjs",
Expand Down

0 comments on commit 0259c83

Please sign in to comment.