diff --git a/docs/tsconfig.json b/docs/tsconfig.json index c1cd1d38ee..63545ff1d4 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -1,3 +1,4 @@ { + "extends": "maa-tsconfig/react-library.json", "include": [".vuepress/**/*.ts"] }