Skip to content

Commit efe4ce0

Browse files
authored
Merge pull request #1629 from finos/remove-sourcemaps
Stop producing source maps
2 parents bb41e1a + 85a7fac commit efe4ce0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
## [Unreleased]
88

99
### Added
10+
* Removes sourcemaps from npm package output ([#1589](https://github.com/finos/FDC3/issues/1589))
1011
* Add a notes field to Trade type ([#1563](https://github.com/finos/FDC3/pull/1563))
1112
* Add a notes field to Order and Product types ([#1597](https://github.com/finos/FDC3/pull/1597))
1213
* Added Go language binding. ([#1483](https://github.com/finos/FDC3/pull/1483))

tsconfig.root.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"allowSyntheticDefaultImports": true,
88
"resolveJsonModule": true,
99
"forceConsistentCasingInFileNames": true,
10-
"sourceMap": true,
10+
"sourceMap": false,
1111
/* output setting */
1212
"lib": [
1313
"es2021",
@@ -26,6 +26,6 @@
2626
/* From Coverage Work */
2727
"skipLibCheck": true,
2828
/* From Distribution Work */
29-
"declarationMap": true
29+
"declarationMap": false
3030
}
3131
}

0 commit comments

Comments
 (0)