File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 77 "allowSyntheticDefaultImports" : true ,
88 "resolveJsonModule" : true ,
99 "forceConsistentCasingInFileNames" : true ,
10- "sourceMap" : true ,
10+ "sourceMap" : false ,
1111 /* output setting */
1212 "lib" : [
1313 " es2021" ,
2626 /* From Coverage Work */
2727 "skipLibCheck" : true ,
2828 /* From Distribution Work */
29- "declarationMap" : true
29+ "declarationMap" : false
3030 }
3131}
You can’t perform that action at this time.
0 commit comments