Skip to content

Commit 2b2aa2d

Browse files
committed
chore: drop unneeded TS declarations
All vue modules used are declared already, so we only need to mock it for NcPasswordField as this is not yet migrated to Typescript. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 404a2a6 commit 2b2aa2d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/vue-shims.d.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
* SPDX-License-Identifier: MIT
44
*/
55

6-
declare module '*.vue' {
7-
import Vue from 'vue'
8-
export default Vue
9-
}
10-
11-
declare module '@nextcloud/vue/components/*' {
6+
declare module '@nextcloud/vue/components/NcPasswordField' {
127
import Vue from 'vue'
138
export default Vue
149
}

0 commit comments

Comments
 (0)