diff --git a/tsconfig.json b/tsconfig.json index 54a7053c45..44ab231147 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,6 +24,7 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "baseUrl": "./", + "skipLibCheck": true, "paths": { "@dcos/http-service": ["src/typings/dcos__http-service"], "*": ["*", "packages/*", "src/typings/*"],