From 34310277161717f3afe9e4d68abbb862827fbd97 Mon Sep 17 00:00:00 2001 From: Philip Peitsch Date: Wed, 17 Aug 2022 13:16:41 +1000 Subject: [PATCH] Remove skip library check to reproduce issue See https://github.com/apache/cordova-plugin-file/pull/500 --- tsc43/tsconfig.json | 1 - tsc44/tsconfig.json | 1 - tsc47/tsconfig.json | 1 - 3 files changed, 3 deletions(-) diff --git a/tsc43/tsconfig.json b/tsc43/tsconfig.json index a0b2c42..be9fa75 100644 --- a/tsc43/tsconfig.json +++ b/tsc43/tsconfig.json @@ -2,7 +2,6 @@ "compileOnSave": false, "compilerOptions": { "module": "esnext", - "skipLibCheck": true, "removeComments": false, "noImplicitReturns": true, "emitDecoratorMetadata": true, diff --git a/tsc44/tsconfig.json b/tsc44/tsconfig.json index a0b2c42..be9fa75 100644 --- a/tsc44/tsconfig.json +++ b/tsc44/tsconfig.json @@ -2,7 +2,6 @@ "compileOnSave": false, "compilerOptions": { "module": "esnext", - "skipLibCheck": true, "removeComments": false, "noImplicitReturns": true, "emitDecoratorMetadata": true, diff --git a/tsc47/tsconfig.json b/tsc47/tsconfig.json index a0b2c42..be9fa75 100644 --- a/tsc47/tsconfig.json +++ b/tsc47/tsconfig.json @@ -2,7 +2,6 @@ "compileOnSave": false, "compilerOptions": { "module": "esnext", - "skipLibCheck": true, "removeComments": false, "noImplicitReturns": true, "emitDecoratorMetadata": true,