From 85cbea751388d08c8b20d797175f419c76f87e5b Mon Sep 17 00:00:00 2001 From: Maciej Zieniuk Date: Mon, 4 Nov 2024 16:01:12 +0000 Subject: [PATCH] PM-14445: Cli remove No KM files to check, the `tsc-strict` fails when there is no files. --- apps/cli/src/key-management/tsconfig.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 apps/cli/src/key-management/tsconfig.json diff --git a/apps/cli/src/key-management/tsconfig.json b/apps/cli/src/key-management/tsconfig.json deleted file mode 100644 index 9d0e7445536..00000000000 --- a/apps/cli/src/key-management/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extends": "../../tsconfig.json", - "compilerOptions": { - "plugins": [ - { - "name": "typescript-strict-plugin", - "paths": ["./"], - "excludePattern": ["**/*.spec.ts"] - } - ] - } -}