Skip to content

Commit

Permalink
fix(config): fix tsconfig out dir typings
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jan 19, 2023
1 parent 71a4f43 commit 6bf77eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ const config = (input, output) => ({
input,
external,
plugins: [
typescript({
declaration: true,
}),
typescript(),
],
output: [output],
})
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"dom"
]
},
"exclude": ["./dist"]
"exclude": ["./dist", "./tests"]
}

0 comments on commit 6bf77eb

Please sign in to comment.