Skip to content

Commit 3c7ac3e

Browse files
committed
Add files
1 parent 843f00a commit 3c7ac3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"extends": "@msinternal/botframework-webchat-tsconfig/legacy"
2+
"extends": "@msinternal/botframework-webchat-tsconfig/legacy",
3+
"files": ["index.ts"] // This will ignore *.spec.ts.
34
}

0 commit comments

Comments
 (0)