diff --git a/tsconfig.json b/tsconfig.json index cd48c3a3..d0e5fa6d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,8 @@ "declaration": true, "strict": true, "noImplicitAny": false, - "outDir": "./dist" + "outDir": "./dist", + // https://github.com/vuejs/tsconfig/issues/6 + "ignoreDeprecations": "5.0" }, }