Skip to content

Commit b718e03

Browse files
committed
fix: 修复 tsconfig
microsoft/vscode#116219
1 parent 75b14f5 commit b718e03

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ByteDance techtrainingcamp-frontend-7
22

3+
![Build](https://github.com/techtrainingcamp-frontend-7/BD7/workflows/Build/badge.svg)
4+
35
## 技术栈
46

57
前后端放在一个仓库里面,使用 [lerna](https://github.com/lerna/lerna) 统一管理。你需要全局安装 lerna:

backend/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
} /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */,
6565
"plugins": [
6666
{
67+
"name": "ts-transform-paths",
6768
"transform": "@zerollup/ts-transform-paths",
6869
"exclude": ["*"]
6970
}

0 commit comments

Comments
 (0)