vscode: jsconfig.json 让 @ 路径可跳转
vscdoe项目的一个配置文件
what
jsconfig.jsonis tsconfig.json with "allowJs" attribute set to true.jsconfig 其实就是 tsconfig 里的 allowJs: true
cheatsheet
| 功能 | 代码 | 
|---|---|
| 路径可索引 |  | 
jsconfig.jsonis tsconfig.json with "allowJs" attribute set to true.jsconfig 其实就是 tsconfig 里的 allowJs: true
| 功能 | 代码 | 
|---|---|
| 路径可索引 |  |