fix(tsconfig): change moduleResolution to 'bundler' across multiple packages

This commit is contained in:
Soybean
2026-03-31 00:26:22 +08:00
parent f8f0c6c4a9
commit c0105c55ab
9 changed files with 8 additions and 17 deletions

View File

@@ -4,7 +4,6 @@
"jsx": "preserve",
"jsxImportSource": "vue",
"lib": ["DOM", "ESNext"],
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "bundler",
"paths": {