aboutsummaryrefslogtreecommitdiffstats
path: root/app/tsconfig.json
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2023-09-27 16:16:10 -0500
committerMatt Strapp <matt@mattstrapp.net>2023-09-27 16:16:10 -0500
commit13d465c1c45e649a702457d67476694aeb553704 (patch)
treed0d3ba8ac0ff9546482b8f5e7294399613e6cb20 /app/tsconfig.json
parentWorkspaces! (diff)
downloadtrinkets-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 'app/tsconfig.json')
-rw-r--r--app/tsconfig.json2
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
//