Skip to content

Commit 0c2c569

Browse files
committed
wip
1 parent e1f6410 commit 0c2c569

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

governance/pyth_staking_sdk/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"name": "@pythnetwork/staking-sdk",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Pyth staking SDK",
5-
"type": "module",
6-
"exports": {
7-
".": "./src/index.ts"
8-
},
5+
"main": "src/index.ts",
6+
"types": "src/index.d.ts",
97
"publishConfig": {
108
"access": "public"
119
},

governance/pyth_staking_sdk/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"baseUrl": "./",
88
"noEmit": false,
99
"target": "ESNext",
10-
"module": "ESNext",
10+
"module": "CommonJS",
1111
"moduleResolution": "Node",
1212
"declaration": true,
1313
"composite": true,
1414
"declarationMap": true,
15-
"esModuleInterop": true
15+
"esModuleInterop": true,
16+
"verbatimModuleSyntax": false
1617
}
1718
}

0 commit comments

Comments
 (0)