diff options
Diffstat (limited to 'app/tsconfig.json')
-rw-r--r-- | app/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tsconfig.json b/app/tsconfig.json index a25e61a..8cac8a3 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -9,7 +9,7 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, - "types": ["vite-plugin-pwa/client"] + "types": ["vite-plugin-pwa/client", "@types/wicg-file-system-access"] } // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias // |