Skip to content

Commit 739c435

Browse files
committed
Fix typings
1 parent f1bc718 commit 739c435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebcal/rest-api",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"author": "Michael J. Radwin (https://github.com/mjradwin)",
55
"keywords": [
66
"hebcal"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"module": "es6",
55
"declaration": true,
6-
"rootDir": ".",
6+
"rootDir": "./src",
77
"target": "ES2017",
88
"sourceMap": false,
99
"outDir": "dist",

0 commit comments

Comments
 (0)