aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-28 02:11:30 +0900
committernsfisis <nsfisis@gmail.com>2024-07-28 02:11:30 +0900
commit7468748c141943fa000edea4098d54bf3cdff55e (patch)
treec381d9479e3542e13512c696ad0859b141f51549 /frontend/tsconfig.json
parent6603d3ea5a54647e8eda8ec253835eb7a36e5eb2 (diff)
downloadiosdc-japan-2024-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.gz
iosdc-japan-2024-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.zst
iosdc-japan-2024-albatross-7468748c141943fa000edea4098d54bf3cdff55e.zip
frontend: openapi
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json3
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
}
}