From aae1e3d862721b4d7d987334fb1dbbb4df007509 Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Tue, 4 Jun 2024 13:34:33 -0500 Subject: [PATCH] Only report tsec diagnostics --- config/tsconfig.base.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/tsconfig.base.json b/config/tsconfig.base.json index 0b585359a36..0bfe24208a8 100644 --- a/config/tsconfig.base.json +++ b/config/tsconfig.base.json @@ -25,6 +25,12 @@ "target": "es5", "typeRoots": [ "../node_modules/@types" + ], + "plugins": [ + { + "name": "tsec", + "reportTsecDiagnosticsOnly": true + } ] } } \ No newline at end of file