File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3636 cache-dependency-path : javascript/package-lock.json
3737
3838 - run : npm install-ci-test
39+ working-directory : javascript
40+
41+ - run : npm run build
3942 working-directory : javascript
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
9+ ### Fixed
10+ - Correct TypeScript output config ([ #56 ] ( https://github.com/cucumber/junit-xml-formatter/pull/56 ) )
911
1012## [ 0.7.0] - 2024-11-24
1113### Added
Original file line number Diff line number Diff line change 1111 "skipLibCheck" : true ,
1212 "strictNullChecks" : true ,
1313 "experimentalDecorators" : true ,
14- "module" : " ESNext " ,
14+ "module" : " NodeNext " ,
1515 "lib" : [
1616 " ES2022"
1717 ],
1818 "target" : " ES2022" ,
19- "moduleResolution" : " node16 " ,
19+ "moduleResolution" : " NodeNext " ,
2020 "allowSyntheticDefaultImports" : true ,
2121 "noEmit" : true
2222 },
You can’t perform that action at this time.
0 commit comments