diff --git a/docs/guide/frontend-config.md b/docs/guide/frontend-config.md
index 505735b..d905ef0 100644
--- a/docs/guide/frontend-config.md
+++ b/docs/guide/frontend-config.md
@@ -9,7 +9,7 @@
在初始化 `CWDComments` 实例时,可以传入以下配置参数:
```html
-
+
```
```html
diff --git a/docs/tsconfig.json b/docs/tsconfig.json
deleted file mode 100644
index 201bbda..0000000
--- a/docs/tsconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "compilerOptions": {
- "target": "ESNext",
- "module": "ESNext",
- "moduleResolution": "Bundler",
- "strict": true,
- "noEmit": true,
- "skipLibCheck": true,
- "esModuleInterop": true
- },
- "include": [".vitepress/**/*.ts", ".vitepress/**/*.vue"]
-}