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.
2 parents d924e72 + 310b2c5 commit 13e5d5cCopy full SHA for 13e5d5c
package.json
@@ -6,11 +6,11 @@
6
"author": "Google Inc.",
7
"license": "MIT",
8
"exports": {
9
- "types": "./dist/types/index.d.ts",
+ "types": "./dist/lib/index.d.ts",
10
"default": "./dist/lib/index.js"
11
},
12
"main": "dist/lib/index.js",
13
- "types": "dist/types/index.d.ts",
+ "types": "dist/lib/index.d.ts",
14
"files": [
15
"dist/**/*"
16
],
tsconfig.build.json
@@ -1,8 +1,7 @@
1
{
2
"extends": "./tsconfig.json",
3
"exclude": [
4
- "jest.config.js",
5
- "lib/src/vendor/dart-sass/**",
+ "jest.config.ts",
"**/*.test.ts"
]
}
0 commit comments