You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Karma-Config should have a typescript option that adds the necessary configuration to support TypeScript, such as adding the ts-loader to Webpack, and adding .ts and .tsx extensions to the resolve array.
The typescript option would be false by default, to maintain backward-compatibility and keep the Karma configuration minimalist when possible.
This feature was originally requested by @azu in PR #1