Skip to content

Commit 6c94bd4

Browse files
authored
Centralize tsconfig.json (#5539)
* Centralize tsconfig.json * Add entry for tsconfig * Fix package name * Remove tsconfig export * Add module ESNext * Add no checkJs * Add @tsconfig/strictest to dependencies * Fix component * Add plugin to component * Refactor CSS Modules configuration * Rename to tsconfig.json * Install typescript-plugin-css-modules * Simplify * Add dummy fields * Add files * Exclude test files * Platform neutrality * Move @jest-environment to top * Keep @jest-environment at the top * Add CSS Modules features
1 parent 4ff15c6 commit 6c94bd4

File tree

68 files changed

+1637
-220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1637
-220
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
239239
- Removed `StarterPromptsCardAction` during `blueprint` ui state in PR [#5477](https://github.com/microsoft/BotFramework-WebChat/pull/5477), by [@jcheung824](https://github.com/jcheung824)
240240
- Removed `abort-controller-es5` package in `botframework-directlinespeech-sdk` package, in PR [#5530](https://github.com/microsoft/BotFramework-WebChat/pull/5530), by [@compulim](https://github.com/compulim)
241241
- Removed `request` and `request-progress` package in `cldr-data-downloader` package, in PR [#5530](https://github.com/microsoft/BotFramework-WebChat/pull/5530), by [@copilot](https://github.com/copilot) and [@compulim](https://github.com/compulim)
242+
- Added internal package `@msinternal/botframework-webchat-tsconfig` to centralize TypeScript configuration files, in PR [#5539](https://github.com/microsoft/BotFramework-WebChat/pull/5539), by [@compulim](https://github.com/compulim)
242243

243244
### Fixed
244245

0 commit comments

Comments
 (0)