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 c38c7e3 commit 94ed134Copy full SHA for 94ed134
package.json
@@ -30,7 +30,7 @@
30
"test": "vitest run",
31
"test:coverage": "vitest run --coverage",
32
"test:ui": "vitest --ui",
33
- "test:types": "tsd",
+ "test:types": "tsd --files test/index.test-d.tsx",
34
"build": "tsup src/index.ts --format cjs,esm --dts",
35
"lint": "tsc --project tsconfig.build.json",
36
"lint:all": "tsc",
tsd.json
@@ -1,5 +1,4 @@
1
{
2
- "directory": "test",
3
"compilerOptions": {
4
"strict": true,
5
"jsx": "react-jsx",
0 commit comments