Open yaogengzhu opened 2 years ago
在项目根目录创建 jsconfig.json
添加如下配置
{ "compilerOptions": { "baseUrl": "./", "paths": { "@/*": ["src/*"], } }, "exclude": ["node_modules", "dist"], "include": ["src/**/*"] }
重启生效
在项目根目录创建 jsconfig.json
添加如下配置
重启生效