step1.
在根目录下创建paths.json
{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"] } } }
step2.
在tsconfig.json 中加上
"extends": "./paths.json"