From fdf91b8152df1dd10dca89a70323cc9d29751743 Mon Sep 17 00:00:00 2001 From: Keegan Campbell Date: Wed, 7 Jun 2023 15:32:40 -0700 Subject: [PATCH] build: small fixup follow-up to #345 (#346) Small fixups --- package.json | 1 - tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 048f05758..ca2910f74 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "typescript": "^5.0.0" }, "jest": { - "preset": "ts-jest", "transform": { "^.+\\.(ts|tsx)$": [ "ts-jest", diff --git a/tsconfig.json b/tsconfig.json index a2895611d..c684ab8d2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "declaration": true, "outDir": "pkg/dist-types", "emitDeclarationOnly": true, - "sourceMap": true, + "sourceMap": true }, "include": ["src/**/*"] }