File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 36
36
cache-dependency-path : javascript/package-lock.json
37
37
38
38
- run : npm install-ci-test
39
+ working-directory : javascript
40
+
41
+ - run : npm run build
39
42
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/)
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ Unreleased]
9
+ ### Fixed
10
+ - Correct TypeScript output config ([ #56 ] ( https://github.com/cucumber/junit-xml-formatter/pull/56 ) )
9
11
10
12
## [ 0.7.0] - 2024-11-24
11
13
### Added
Original file line number Diff line number Diff line change 11
11
"skipLibCheck" : true ,
12
12
"strictNullChecks" : true ,
13
13
"experimentalDecorators" : true ,
14
- "module" : " ESNext " ,
14
+ "module" : " NodeNext " ,
15
15
"lib" : [
16
16
" ES2022"
17
17
],
18
18
"target" : " ES2022" ,
19
- "moduleResolution" : " node16 " ,
19
+ "moduleResolution" : " NodeNext " ,
20
20
"allowSyntheticDefaultImports" : true ,
21
21
"noEmit" : true
22
22
},
You can’t perform that action at this time.
0 commit comments