mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 11:54:03 +00:00
fix(test): configure scripts workspace and e2e typings
This commit is contained in:
9
scripts/tsconfig.json
Normal file
9
scripts/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@household/*": ["../packages/*/src", "../apps/*/src"]
|
||||
}
|
||||
},
|
||||
"include": ["**/*.ts", "../apps/bot/src/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user