diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-07-12 22:36:13 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-07-12 22:36:13 +0200 |
| commit | 8bfebc6abbcb734877db138ab0cece68ed8ea36a (patch) | |
| tree | 7193c978e1abcbc7dbaf83c338c57c57b1c8450a /client/tsconfig.json | |
| parent | c6478102f563467e502f7f0ebb6df8bbb13fdee6 (diff) | |
client: Add openapi-typescript and generated schema from openapi spec of server
Diffstat (limited to 'client/tsconfig.json')
| -rw-r--r-- | client/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
