Skip to content

Commit b456423

Browse files
authored
fix(tsconfig): The new tsconfig.nodenext.json wasn't being included in files (#4098)
* add missing tsconfig to package files * docs(changeset): tsconfig.nodenext.json was missing from the files section
1 parent 325faa3 commit b456423

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/brown-ideas-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@rnx-kit/tsconfig": patch
3+
---
4+
5+
tsconfig.nodenext.json was missing from the files section

packages/tsconfig/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"tsconfig.esm.json",
2323
"tsconfig.esm.node.json",
2424
"tsconfig.node.json",
25+
"tsconfig.nodenext.json",
2526
"tsconfig.json"
2627
],
2728
"main": "tsconfig.json",

0 commit comments

Comments
 (0)