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 1 additions and 3 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": {
"@/*": [ "@/*": [
"./*" "./*"
...@@ -12,4 +11,4 @@ ...@@ -12,4 +11,4 @@
"include": [ "include": [
"./**/*" "./**/*"
] ]
} }
\ No newline at end of file
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