Skip to content

Commit

Permalink
Add declarationMap to common packages (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse authored Jan 7, 2025
1 parent 6844e85 commit 9e54c68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/common-nodejs/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"moduleResolution": "node",
"outDir": "./dist/cjs",
"declaration": true,
"declarationMap": true,
"declarationDir": "./dist/types"
}
}
1 change: 1 addition & 0 deletions packages/common-testnets/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"moduleResolution": "node",
"outDir": "./dist/cjs",
"declaration": true,
"declarationMap": true,
"declarationDir": "./dist/types"
}
}
1 change: 1 addition & 0 deletions packages/common-universal/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"moduleResolution": "node",
"outDir": "./dist/cjs",
"declaration": true,
"declarationMap": true,
"declarationDir": "./dist/types"
}
}

0 comments on commit 9e54c68

Please sign in to comment.