From 7468748c141943fa000edea4098d54bf3cdff55e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Jul 2024 02:11:30 +0900 Subject: frontend: openapi --- frontend/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/tsconfig.json') diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 9d87dd3..d52b6b9 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -18,6 +18,7 @@ "resolveJsonModule": true, "target": "ES2022", "strict": true, + "noUncheckedIndexedAccess": true, "allowJs": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, @@ -25,8 +26,6 @@ "paths": { "~/*": ["./app/*"] }, - - // Vite takes care of building everything, not tsc. "noEmit": true } } -- cgit v1.2.3-70-g09d2