diff --git a/tsconfig.json b/tsconfig.json index f4971d8..17b1233 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "module": "node16", "moduleResolution": "node16", "esModuleInterop": true, - "target": "es2022" + "target": "es2022", + "skipLibCheck": true } }