Skip to content

Commit

Permalink
Merge pull request #562 from nextcloud/fix/typings-tsconfig
Browse files Browse the repository at this point in the history
fix(config): fix tsconfig out dir typings
  • Loading branch information
ChristophWurst committed Jan 19, 2023
2 parents 781e23a + 6bf77eb commit 4f53d4f
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 4f53d4f

Please sign in to comment.