Skip to content

Commit ae7b394

Browse files
committed
fix: silence the typescript deprecation error
1 parent 1f39f36 commit ae7b394

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "@docusaurus/tsconfig",
33
"compilerOptions": {
4+
"ignoreDeprecations": "6.0",
5+
"baseUrl": ".",
46
"strict": true,
57
"lib": ["ESNext", "DOM", "DOM.Iterable"],
68
"paths": {

0 commit comments

Comments
 (0)