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