diff --git a/tsconfig.json b/tsconfig.json index f8ab778..67369c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "keyofStringsOnly": true, + "skipLibCheck": true, "mapRoot": "./dist/", "module": "commonjs", "moduleResolution": "node",