Skip to content

Commit 0443d0c

Browse files
committed
update declarations in tsconfig
1 parent 0d30268 commit 0443d0c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/registrar_client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"author": "Salma Elsoly <salmaelsoly@gmail.com>",
77
"license": "ISC",
88
"main": "./dist/src/index.js",
9+
"types": "./dist/src/index.d.ts",
910
"engines": {
1011
"node": ">=20.10.0"
1112
},

packages/registrar_client/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"outDir": "./dist",
1212
"esModuleInterop": true,
1313
"forceConsistentCasingInFileNames": true,
14+
"declaration": true,
1415

1516
/* Type Checking */
1617
"strict": true,

0 commit comments

Comments
 (0)