This commit is contained in:
Sijie.Sun
2025-01-20 14:15:07 +08:00
committed by GitHub
parent 41de88f216
commit 0415c53b40
104 changed files with 12433 additions and 16065 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "esnext",
"target": "ESNext",
"jsx": "preserve",
"baseUrl": ".",
"module": "esnext",
"module": "ESNext",
"moduleResolution": "node",
"paths": {
"@theme/*": [
@@ -14,11 +14,11 @@
"allowJs": true,
"strict": true,
"outDir": "dist",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": [
"env.d.ts",
"src/**/*",
".vitepress/**/*"
]
}