Commit fb3d0812 by liangjianmin

chore(config): remove baseUrl from jsconfig.json

- Remove baseUrl compiler option to streamline configuration
- Simplify jsconfig.json by keeping only essential path mappings
- Maintain @ alias path resolution without redundant baseUrl setting
parent be977d2d
Showing with 0 additions and 1 deletions
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
"compilerOptions": { "compilerOptions": {
"target": "ES2020", "target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"], "lib": ["ES2020", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"paths": { "paths": {
"@/*": [ "@/*": [
"./*" "./*"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment