diff --git a/server/tsconfig.json b/server/tsconfig.json index f4fb6794..d6c972b7 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -14,6 +14,7 @@ //"noImplicitAny": false, "strictNullChecks": false, //"strictPropertyInitialization": true, "useUnknownInCatchVariables": false, + "skipLibCheck": true, "types" : [ "body-parser", "express", "lodash", "mocha", "mongodb", "morgan", "node", "nodemailer", "xml2js"