mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 08:54:04 +00:00
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@household/*": ["../packages/*/src", "../apps/*/src"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts", "../apps/bot/src/**/*.ts"]
|
|
}
|