Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
d.ts
1 parent 1f95a24 commit 63e0b49Copy full SHA for 63e0b49
CHANGELOG.md
@@ -6,9 +6,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
7
## Unreleased
8
9
+### Fixed
10
+* [meta] do not npmignore `d.ts` files ([#3836][] @ljharb)
11
+
12
### Changed
13
* [readme] Fix shared settings link ([#3834][] @MgenGlder)
14
15
+[#3836]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3836
16
[#3834]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3834
17
18
## [7.37.0] - 2024.09.26
package.json
@@ -109,7 +109,9 @@
109
"tsconfig.json",
110
"build.tsconfig.json",
111
".markdownlint*",
112
- "types"
+ "types",
113
+ "!*.d.ts",
114
+ "!*.d.ts.map"
115
]
116
}
117
0 commit comments