Skip to content

Commit

Permalink
build: small fixup follow-up to #345 (#346)
Browse files Browse the repository at this point in the history
Small fixups
  • Loading branch information
kfcampbell committed Jun 7, 2023
1 parent eaf16ab commit fdf91b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -37,7 +37,6 @@
"typescript": "^5.0.0"
},
"jest": {
"preset": "ts-jest",
"transform": {
"^.+\\.(ts|tsx)$": [
"ts-jest",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -5,7 +5,7 @@
"declaration": true,
"outDir": "pkg/dist-types",
"emitDeclarationOnly": true,
"sourceMap": true,
"sourceMap": true
},
"include": ["src/**/*"]
}

0 comments on commit fdf91b8

Please sign in to comment.