diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-09-27 16:16:10 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-09-27 16:16:10 -0500 |
commit | 13d465c1c45e649a702457d67476694aeb553704 (patch) | |
tree | d0d3ba8ac0ff9546482b8f5e7294399613e6cb20 /app/tsconfig.json | |
parent | Workspaces! (diff) | |
download | trinkets-13d465c1c45e649a702457d67476694aeb553704.tar trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.gz trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.bz2 trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.lz trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.xz trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.zst trinkets-13d465c1c45e649a702457d67476694aeb553704.zip |
Get rid of crc32, truncate instead
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-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 // |