From 13d465c1c45e649a702457d67476694aeb553704 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 27 Sep 2023 16:16:10 -0500 Subject: Get rid of crc32, truncate instead Signed-off-by: Matt Strapp --- app/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/tsconfig.json') 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 // -- cgit v1.2.3