diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-28 02:11:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-28 02:11:30 +0900 |
| commit | 7468748c141943fa000edea4098d54bf3cdff55e (patch) | |
| tree | c381d9479e3542e13512c696ad0859b141f51549 /frontend/tsconfig.json | |
| parent | 6603d3ea5a54647e8eda8ec253835eb7a36e5eb2 (diff) | |
| download | phperkaigi-2025-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.gz phperkaigi-2025-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.zst phperkaigi-2025-albatross-7468748c141943fa000edea4098d54bf3cdff55e.zip | |
frontend: openapi
Diffstat (limited to 'frontend/tsconfig.json')
| -rw-r--r-- | frontend/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
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 } } |
