优化
This commit is contained in:
13
client/web/tsconfig.test.json
Normal file
13
client/web/tsconfig.test.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@test/*": ["./test/*"],
|
||||
"@assets/*": ["./assets/*"],
|
||||
"tailchat-design": ["../packages/design/components"],
|
||||
"@capital/*": ["./src/plugin/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user