14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@test/*": ["./test/*"],
|
|
"@assets/*": ["./assets/*"],
|
|
"tailchat-design": ["../packages/design/components"],
|
|
"@capital/*": ["./src/plugin/*"]
|
|
}
|
|
}
|
|
}
|