diff --git a/tsconfig.browser-base.json b/tsconfig.browser-base.json index 2135721bf..4f9f096f3 100644 --- a/tsconfig.browser-base.json +++ b/tsconfig.browser-base.json @@ -59,7 +59,7 @@ /* Experimental Options */ // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ - + "skipLibCheck": true, /* Advanced Options */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ } diff --git a/tsconfig.new.json b/tsconfig.new.json index 517fbf01f..003b223e6 100644 --- a/tsconfig.new.json +++ b/tsconfig.new.json @@ -13,7 +13,7 @@ "alwaysStrict": true, "types": ["node"], "esModuleInterop": true, - "skipLibCheck": false, + "skipLibCheck": true, "incremental": true, "declaration": true, "declarationMap": true,