Skip to content

Commit fdf91b8

Browse files
authored
build: small fixup follow-up to octokit#345 (octokit#346)
Small fixups
1 parent eaf16ab commit fdf91b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"typescript": "^5.0.0"
3838
},
3939
"jest": {
40-
"preset": "ts-jest",
4140
"transform": {
4241
"^.+\\.(ts|tsx)$": [
4342
"ts-jest",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"declaration": true,
66
"outDir": "pkg/dist-types",
77
"emitDeclarationOnly": true,
8-
"sourceMap": true,
8+
"sourceMap": true
99
},
1010
"include": ["src/**/*"]
1111
}

0 commit comments

Comments
 (0)