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.
1 parent cb5539f commit be444a4Copy full SHA for be444a4
package.json
@@ -3,11 +3,11 @@
3
"version": "0.3.6",
4
"description": "Simple component wrapper for testing React hooks",
5
"main": "lib/index.js",
6
- "typings": "./index.d.ts",
+ "typings": "typings/index.d.ts",
7
"files": [
8
"lib",
9
"src",
10
- "index.d.ts",
+ "typings",
11
"README.md",
12
"LICENSE.md"
13
],
test/typescript/tsconfig.json
@@ -4,7 +4,7 @@
"strict": true,
"baseUrl": "../../",
"paths": {
- "react-hooks-testing-library": ["index.d.ts"]
+ "react-hooks-testing-library": ["typings/index.d.ts"]
}
index.d.ts renamed to typings/index.d.ts
0 commit comments