diff --git a/tsconfig.json b/tsconfig.json index 0bd4a32..afa092b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "module": "Node16", "moduleResolution": "Node16", "declaration": true, + "skipLibCheck": true, "stripInternal": true, "sourceMap": true, "experimentalDecorators": true,