Skip to content

Commit 13e5d5c

Browse files
authored
Merge pull request #5 from sass/types
Fix a few more small errors
2 parents d924e72 + 310b2c5 commit 13e5d5c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"author": "Google Inc.",
77
"license": "MIT",
88
"exports": {
9-
"types": "./dist/types/index.d.ts",
9+
"types": "./dist/lib/index.d.ts",
1010
"default": "./dist/lib/index.js"
1111
},
1212
"main": "dist/lib/index.js",
13-
"types": "dist/types/index.d.ts",
13+
"types": "dist/lib/index.d.ts",
1414
"files": [
1515
"dist/**/*"
1616
],

tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": [
4-
"jest.config.js",
5-
"lib/src/vendor/dart-sass/**",
4+
"jest.config.ts",
65
"**/*.test.ts"
76
]
87
}

0 commit comments

Comments
 (0)