1
npm i tsc-alias -D

然后在package.json中写入:

1
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",