mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
289 B
JSON
14 lines
289 B
JSON
|
5 years ago
|
{
|
||
|
5 years ago
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
5 years ago
|
"@/*": ["./src/*"],
|
||
|
4 years ago
|
"@test/*": ["./test/*"],
|
||
|
4 years ago
|
"@assets/*": ["./assets/*"],
|
||
|
|
"tailchat-design": ["../packages/design/components"]
|
||
|
5 years ago
|
}
|
||
|
5 years ago
|
},
|
||
|
|
"exclude": ["e2e", "plugins"]
|
||
|
5 years ago
|
}
|