diff --git a/tsconfig.json b/tsconfig.json index aba29b0..83802ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "sourceMap": true, "outDir": "./dist", "baseUrl": "./", + "ignoreDeprecations": "6.0", "incremental": true, "skipLibCheck": true, "strictNullChecks": true,