Files
imes-cutOrder/.vscode/settings.json
2025-07-30 17:59:40 +08:00

5 lines
190 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
// libs工作区必须使用相对路径进行导入
"typescript.preferences.importModuleSpecifier": "relative",
"javascript.preferences.importModuleSpecifier": "relative"
}