-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #286 from tvald-contrib/bugfix/cache-tsconfig
Cache tsconfig when generating per-file cache key.
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ts-jest", | ||
"version": "20.0.7", | ||
"version": "20.0.8", | ||
"main": "index.js", | ||
"types": "./dist/index.d.ts", | ||
"description": "A preprocessor with sourcemap support to help use Typescript with Jest", | ||
|
@@ -31,7 +31,8 @@ | |
"brian ruddy <[email protected]> (https://github.com/bcruddy)", | ||
"Emil Persson <[email protected]> (https://github.com/emilniklas)", | ||
"Ihor Chulinda <[email protected]> (https://github.com/Igmat)", | ||
"OJ Kwon <[email protected]> (https://github.com/kwonoj)" | ||
"OJ Kwon <[email protected]> (https://github.com/kwonoj)", | ||
"Tony Valderrama <[email protected]> (https://github.com/tvald)" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters