gz-customerSystem/jsconfig.json | ●●●●● patch | view | raw | blame | history |
gz-customerSystem/jsconfig.json
New file @@ -0,0 +1,10 @@ { "compilerOptions": { "baseUrl": ".", // 基准目录,通常设置为项目根目录 "paths": { "@/*": ["src/*"] // 将 @/ 映射到 src/ 目录下的任何文件 } }, "exclude": ["node_modules", "**/node_modules/*"], // 可选,排除不希望被索引的目录 "include": ["src/**/*"] // 指定哪些文件应该被包含在项目内,通常设置为 src/ 下的所有文件 }