This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Description
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