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 has been 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
The text was updated successfully, but these errors were encountered:
Karma-Config should have a
typescript
option that adds the necessary configuration to support TypeScript, such as adding thets-loader
to Webpack, and adding.ts
and.tsx
extensions to theresolve
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
The text was updated successfully, but these errors were encountered: