UNPKG

karma-typescript

Version:

Simplifying running unit tests with coverage for Typescript projects.

7 lines (6 loc) 119 B
export interface File { originalPath: string; relativePath: string; path: string; sourceMap: string; }