This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
Open
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.