From 248ae256a5b78a77241acec86e73d8b03adee5e0 Mon Sep 17 00:00:00 2001 From: Universe Date: Sun, 17 Dec 2023 20:52:39 +0900 Subject: [PATCH] cfg --- www/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/tsconfig.json b/www/tsconfig.json index c7146963..b0d7b39d 100644 --- a/www/tsconfig.json +++ b/www/tsconfig.json @@ -4,7 +4,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, - "strict": true, + "strict": false, "noEmit": true, "esModuleInterop": true, "module": "esnext",