Skip to content

Commit

Permalink
Merge pull request #7 from sidan-lab/ts-offchain
Browse files Browse the repository at this point in the history
chore: ts - avoid annoying tsconfig needed
  • Loading branch information
KtorZ authored Oct 17, 2024
2 parents ef6fcdc + 2af84e7 commit c0e58fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions off-chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
"aiken",
"cardano"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
}
},
"files": [
Expand Down

0 comments on commit c0e58fd

Please sign in to comment.