We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843f00a commit 3c7ac3eCopy full SHA for 3c7ac3e
packages/core/src/tsconfig.json
@@ -1,3 +1,4 @@
1
{
2
- "extends": "@msinternal/botframework-webchat-tsconfig/legacy"
+ "extends": "@msinternal/botframework-webchat-tsconfig/legacy",
3
+ "files": ["index.ts"] // This will ignore *.spec.ts.
4
}
0 commit comments