UNPKG

karma-typescript-preprocessor

Version:

A karma-runner plugin to compile typescript files on the fly.

5 lines (4 loc) 66 B
interface Person { firstname: string; lastname: string; }