web-server 使用 tsconfig-paths

This commit is contained in:
liangtongchuan
2020-09-13 14:02:41 +08:00
parent dbff02f5a6
commit 1e47f614e1
8 changed files with 17 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { STATUS_TOKEN_ERR, STATUS_WRONG_PARMS } from './../../../shared/statusCode';
import { STATUS_TOKEN_ERR, STATUS_WRONG_PARMS } from '@consts/statusCode';
import { UserModel } from './../db/User';
module.exports = () => {