Skip to content

Commit

Permalink
Merge pull request #5 from sass/types
Browse files Browse the repository at this point in the history
Fix a few more small errors
  • Loading branch information
nex3 authored Oct 29, 2024
2 parents d924e72 + 310b2c5 commit 13e5d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"author": "Google Inc.",
"license": "MIT",
"exports": {
"types": "./dist/types/index.d.ts",
"types": "./dist/lib/index.d.ts",
"default": "./dist/lib/index.js"
},
"main": "dist/lib/index.js",
"types": "dist/types/index.d.ts",
"types": "dist/lib/index.d.ts",
"files": [
"dist/**/*"
],
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "./tsconfig.json",
"exclude": [
"jest.config.js",
"lib/src/vendor/dart-sass/**",
"jest.config.ts",
"**/*.test.ts"
]
}

0 comments on commit 13e5d5c

Please sign in to comment.