@opvious/stl-errors
Advanced tools
+12
-20
| { | ||
| "name": "@opvious/stl-errors", | ||
| "version": "0.14.2", | ||
| "version": "0.14.3", | ||
| "repository": "github:opvious/stl.ts", | ||
@@ -29,11 +29,2 @@ "description": "Standard errors", | ||
| }, | ||
| "devDependencies": { | ||
| "@types/jest": "^27.0.3", | ||
| "@types/node": "^18.8.5", | ||
| "jest": "^27.4.5", | ||
| "jest-extended": "^1.1.0", | ||
| "ts-essentials": "^9.3.0", | ||
| "ts-jest": "^27.1.2", | ||
| "typescript": "^4.8.3" | ||
| }, | ||
| "jest": { | ||
@@ -45,11 +36,2 @@ "coverageDirectory": "../../out/coverage/stl-errors", | ||
| ], | ||
| "globals": { | ||
| "ts-jest": { | ||
| "babelConfig": { | ||
| "compact": false | ||
| }, | ||
| "tsconfig": "test/tsconfig.json" | ||
| } | ||
| }, | ||
| "preset": "ts-jest", | ||
| "setupFilesAfterEnv": [ | ||
@@ -63,3 +45,13 @@ "jest-extended/all" | ||
| ], | ||
| "transform": {} | ||
| "transform": { | ||
| "^.+\\.ts$": [ | ||
| "ts-jest", | ||
| { | ||
| "babelConfig": { | ||
| "compact": false | ||
| }, | ||
| "tsconfig": "test/tsconfig.json" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
@@ -66,0 +58,0 @@ "typedocMain": "src/index.ts", |
0
-100%62499
-0.35%