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