diff --git a/client/web/tsconfig.json b/client/web/tsconfig.json index 7f5926d5..9f18f1ab 100644 --- a/client/web/tsconfig.json +++ b/client/web/tsconfig.json @@ -5,6 +5,7 @@ { "path": "./tsconfig.node.json" } ], "compilerOptions": { + "ignoreDeprecations": "6.0", "baseUrl": ".", "paths": { "@/*": ["./src/*"],