From 5b1d1d00e4540df71cdbcb76d3933510550e37b0 Mon Sep 17 00:00:00 2001 From: Anderson Arboleya Date: Fri, 7 Feb 2025 15:01:59 -0300 Subject: [PATCH] Adding `skipLibCheck` --- packages/kms-account/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/kms-account/tsconfig.json b/packages/kms-account/tsconfig.json index 93c2388..8084298 100644 --- a/packages/kms-account/tsconfig.json +++ b/packages/kms-account/tsconfig.json @@ -5,7 +5,8 @@ "outDir": "./dist", "rootDir": "./src", "strict": false, - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "src/**/*.test.ts"]