We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c8dd4 commit fd7dd7fCopy full SHA for fd7dd7f
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