diff --git a/docs/developer/tsconfig.json b/docs/developer/tsconfig.json index 920d7a6..e44dc68 100644 --- a/docs/developer/tsconfig.json +++ b/docs/developer/tsconfig.json @@ -2,7 +2,7 @@ // This file is not used in compilation. It is here just for a nice editor experience. "extends": "@docusaurus/tsconfig", "compilerOptions": { - "baseUrl": "." + "ignoreDeprecations": "6.0" }, "exclude": [".docusaurus", "build"] } diff --git a/docs/user/tsconfig.json b/docs/user/tsconfig.json index 920d7a6..e44dc68 100644 --- a/docs/user/tsconfig.json +++ b/docs/user/tsconfig.json @@ -2,7 +2,7 @@ // This file is not used in compilation. It is here just for a nice editor experience. "extends": "@docusaurus/tsconfig", "compilerOptions": { - "baseUrl": "." + "ignoreDeprecations": "6.0" }, "exclude": [".docusaurus", "build"] }