From 4d3d96f29ea2a56391db27627a502d4727aa35dc Mon Sep 17 00:00:00 2001 From: Kai <450507+neko-kai@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:50:43 +0100 Subject: [PATCH] fix tsc/c# runtimes publish --- .../idealingua-v1-runtime-rpc-typescript/src/npmjs/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/idealingua-v1/idealingua-v1-runtime-rpc-typescript/src/npmjs/tsconfig.json b/idealingua-v1/idealingua-v1-runtime-rpc-typescript/src/npmjs/tsconfig.json index f172046b..b33e2f36 100644 --- a/idealingua-v1/idealingua-v1-runtime-rpc-typescript/src/npmjs/tsconfig.json +++ b/idealingua-v1/idealingua-v1-runtime-rpc-typescript/src/npmjs/tsconfig.json @@ -26,7 +26,6 @@ "noImplicitThis" : true, "noImplicitAny" : true, "strictNullChecks" : false, - "suppressImplicitAnyIndexErrors" : true, "ignoreDeprecations": "5.0", "experimentalDecorators" : true, "removeComments" : true,