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 c00983c commit a759347Copy full SHA for a759347
packages/expect/index.d.ts
packages/expect/package.json
@@ -17,16 +17,15 @@
17
"sideEffects": false,
18
"exports": {
19
".": {
20
- "types": "./index.d.ts",
+ "types": "./dist/index.d.ts",
21
"default": "./dist/index.js"
22
},
23
"./*": "./*"
24
25
"main": "./dist/index.js",
26
"module": "./dist/index.js",
27
28
"files": [
29
- "*.d.ts",
30
"dist"
31
],
32
"scripts": {
test/dts-config/tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"extends": ["./tsconfig.patch.json"],
3
"compilerOptions": {
4
+ "noUncheckedSideEffectImports": true,
5
"target": "ESNext",
6
"module": "ESNext",
7
"moduleResolution": "Bundler",
0 commit comments