We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b14f5 commit b718e03Copy full SHA for b718e03
README.md
@@ -1,5 +1,7 @@
1
# ByteDance techtrainingcamp-frontend-7
2
3
+
4
+
5
## 技术栈
6
7
前后端放在一个仓库里面,使用 [lerna](https://github.com/lerna/lerna) 统一管理。你需要全局安装 lerna:
backend/tsconfig.json
@@ -64,6 +64,7 @@
64
} /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */,
65
"plugins": [
66
{
67
+ "name": "ts-transform-paths",
68
"transform": "@zerollup/ts-transform-paths",
69
"exclude": ["*"]
70
}
0 commit comments