diff --git a/backend/ClientApp/tsconfig.app.json b/backend/ClientApp/tsconfig.app.json index a65e501..8411578 100644 --- a/backend/ClientApp/tsconfig.app.json +++ b/backend/ClientApp/tsconfig.app.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "ignoreDeprecations": "6.0", "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "target": "es2023", "lib": ["ES2023", "DOM"],