Skip to content

Commit c550966

Browse files
committed
tsconfig.json update for proper build
1 parent 48041f8 commit c550966

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"@components/*": ["packages/app/src/components/*"],
2626
"@core/*": ["packages/app/src/core/*"],
2727

28+
"@wdio/devtools-backend": ["packages/backend/src/index.ts"],
29+
"@wdio/devtools-backend/*": ["packages/backend/src/*"],
30+
"@wdio/devtools-script": ["packages/script/src/index.ts"],
31+
"@wdio/devtools-script/*": ["packages/script/src/*"],
2832
"@wdio/devtools-service": ["packages/service/src/index.ts"],
2933
"@wdio/devtools-service/*": ["packages/service/src/*"]
3034
}

0 commit comments

Comments
 (0)