aboutsummaryrefslogtreecommitdiffstats
path: root/custom.d.ts
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-06-14 10:49:40 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-06-21 09:08:04 +0200
commitf8e697ce4dd28ba8899adacf2fa12e33f60b2194 (patch)
tree98951ba5640964212ec4350170a38cb83358a951 /custom.d.ts
parent8b5ef98495597c11caba2ac1fea0416345ec2f0e (diff)
downloadnextcloud-server-f8e697ce4dd28ba8899adacf2fa12e33f60b2194.tar.gz
nextcloud-server-f8e697ce4dd28ba8899adacf2fa12e33f60b2194.zip
feat: prepare jest upgrade and ts testing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'custom.d.ts')
-rw-r--r--custom.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/custom.d.ts b/custom.d.ts
index 7f6487fb835..6a7b595c981 100644
--- a/custom.d.ts
+++ b/custom.d.ts
@@ -24,6 +24,11 @@ declare module '*.svg?raw' {
export default content
}
+declare module '*.svg' {
+ const content: any
+ export default content
+}
+
declare module '*.vue' {
import Vue from 'vue'
export default Vue