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. */ }