xb18
xb18
文章39
标签0
分类0
typescript

typescript

编译选项

path

1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"app/*": ["app/*"],
"config/*": ["app/_config/*"],
"environment/*": ["environments/*"],
"shared/*": ["app/_shared/*"],
"helpers/*": ["helpers/*"],
"tests/*": ["tests/*"]
},
}
本文作者:xb18
本文链接:http://xb18.github.io/2023/10/27/typescript/
版权声明:本文采用 CC BY-NC-SA 3.0 CN 协议进行许可