mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 06:04:20 +00:00
Don't copy TypeScript files into dist
This commit is contained in:
parent
4b3ee12671
commit
ed27d25548
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export const defaultBuildOptions = {
|
|||
recursive: true,
|
||||
|
||||
// Return true if the file should be copied and false otherwise.
|
||||
filter: (src) => !src.endsWith(".js"),
|
||||
filter: (src) => !src.endsWith(/\.[jt]s/),
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue