Skip to content

Commit 0db73f1

Browse files
committed
fix: make TypeScript 6 bump CI-compatible
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8234c10 commit 0db73f1

File tree

4 files changed

+8
-297
lines changed

4 files changed

+8
-297
lines changed

env.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
/// <reference types="vite/client" />
55

6+
declare module 'vite/modulepreload-polyfill'
7+
68
declare module '@nextcloud/router' {
79
export function generateOcsUrl(path: string, params?: object, options?: object): string
810
export function generateUrl(path: string, params?: object, options?: object): string

0 commit comments

Comments
 (0)