Appearance
老规矩,先看官方文档
// tsconfig.json or jsconfig.json { "compilerOptions": { "baseUrl": ".", "paths": { "@/components/*": ["components/*"] } } }
只需要配置ts的配置文件tsconfig.json就可以了
ts
tsconfig.json