From eea6b8ab5d46c4e1764474ed4b0e141008760308 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 28 Feb 2024 10:36:44 +0800 Subject: [PATCH] chore: --- packages/ui/certd-client/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ui/certd-client/tsconfig.json b/packages/ui/certd-client/tsconfig.json index aab91098..a9342927 100644 --- a/packages/ui/certd-client/tsconfig.json +++ b/packages/ui/certd-client/tsconfig.json @@ -6,7 +6,6 @@ "target": "esnext", "module": "esnext", "strict": true, - "allowJs": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node",