发布

  • chore: replace baseUrl with explicit relative paths in tsconfig files (#9508)

    frostbyte_neo 发布于 2026-02-24 02:00:09 +00:00

    • chore: replace baseUrl with explicit relative paths in tsconfig files

    Remove baseUrl: "." from tsconfig configurations and update all path aliases to use explicit relative paths (e.g., ./src/* instead of src/*). This makes path resolution more explicit and avoids potential ambiguity in module resolution across the main project and webview-ui configurations.

    • update package-lock.json
    下载附件