修复了一些配置错误

This commit is contained in:
CrescentLeaf
2025-11-23 13:32:47 +08:00
parent 0754b4128f
commit d6f1cae7b7
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,10 @@
"jsxImportSource": "react", "jsxImportSource": "react",
"jsxImportSourceTypes": "@types/react" "jsxImportSourceTypes": "@types/react"
}, },
"nodeModulesDir": "auto",
"links": [
"../mdui_patched"
],
"imports": { "imports": {
"@deno/vite-plugin": "npm:@deno/vite-plugin@1.0.5", "@deno/vite-plugin": "npm:@deno/vite-plugin@1.0.5",
"@types/react": "npm:@types/react@18.3.1", "@types/react": "npm:@types/react@18.3.1",