mirror of https://github.com/msgbyte/tailchat
chore: 调整test配置,增加插件引用路径的兼容
parent
4771a830b0
commit
7a457209b3
@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@test/*": ["./test/*"],
|
||||
"@assets/*": ["./assets/*"],
|
||||
"tailchat-design": ["../packages/design/components"],
|
||||
"@capital/*": ["./src/plugin/*"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue