Comparing version 2.0.23 to 2.0.24
{ | ||
"name": "isoly", | ||
"version": "2.0.23", | ||
"version": "2.0.24", | ||
"description": "Datatypes and functions specified by ISO-standards.", | ||
@@ -23,9 +23,9 @@ "author": "Utily Contributors", | ||
"jest": { | ||
"globals": { | ||
"ts-jest": { | ||
"tsconfig": "tsconfig.test.json" | ||
} | ||
}, | ||
"transform": { | ||
"^.+\\.(j|t)sx?$": "ts-jest" | ||
"^.+\\.(j|t)sx?$": [ | ||
"ts-jest", | ||
{ | ||
"tsconfig": "./tsconfig.test.json" | ||
} | ||
] | ||
}, | ||
@@ -45,5 +45,3 @@ "transformIgnorePatterns": [ | ||
"!**/dist/**" | ||
], | ||
"preset": "ts-jest", | ||
"testMatch": null | ||
] | ||
}, | ||
@@ -50,0 +48,0 @@ "scripts": { |
918509