From 8bfebc6abbcb734877db138ab0cece68ed8ea36a Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sat, 12 Jul 2025 22:36:13 +0200 Subject: client: Add openapi-typescript and generated schema from openapi spec of server --- client/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index 19034e0..e99bb7b 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -9,7 +9,8 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, - "moduleResolution": "bundler" + "moduleResolution": "bundler", + "noUncheckedIndexedAccess": true } // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files -- cgit v1.2.3-70-g09d2