diff --git a/tsconfig.build.json b/tsconfig.build.json index 451301e..3d67840 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -4,7 +4,8 @@ "rootDir": "src", "outDir": "dist", "types": ["node"], - "skipLibCheck": true + "skipLibCheck": true, + "ignoreDeprecations": "6.0" }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]