Skip to content

Commit 63e0b49

Browse files
committed
[meta] do not npmignore d.ts files
Fixes #3836
1 parent 1f95a24 commit 63e0b49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66

77
## Unreleased
88

9+
### Fixed
10+
* [meta] do not npmignore `d.ts` files ([#3836][] @ljharb)
11+
912
### Changed
1013
* [readme] Fix shared settings link ([#3834][] @MgenGlder)
1114

15+
[#3836]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3836
1216
[#3834]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3834
1317

1418
## [7.37.0] - 2024.09.26

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@
109109
"tsconfig.json",
110110
"build.tsconfig.json",
111111
".markdownlint*",
112-
"types"
112+
"types",
113+
"!*.d.ts",
114+
"!*.d.ts.map"
113115
]
114116
}
115117
}

0 commit comments

Comments
 (0)